SQL Basics

🏷️ Basic
🆓 100% Free Certificate 10 Questions 5 minutes 4 Views

This test evaluates your foundational knowledge of SQL, covering basic queries, SELECT statements, filtering data, and simple joins. To build a solid foundation in SQL, explore W3Schools SQL Tutorial, practice with Interactive SQL Exercises, and watch this beginner-friendly SQL Crash Course on YouTube.

1 Which SQL statement is used to extract data from a database?
2 Which SQL clause is used to filter records?
3 Which SQL statement is used to update data in a database?
4 Which SQL statement is used to delete records from a database?
5 Which SQL statement is used to insert new data in a database?
6 Which operator is used to select values within a range?
7 Which SQL keyword is used to sort the result set?
8 Which SQL statement is used to create a table in a database?
9 Which SQL keyword is used to return only different values?
10 Which SQL statement is used to add a column to an existing table?