Beginner Quiz 2
1. How do you insert a new row into table "users"?
2. Which SQL statement deletes all rows from a table?
3. Which SQL keyword is used to update data?
4. How do you select all records from the "employees" table?
5. Which SQL statement is used to create a new table?
6. Which operator checks for equality in SQL?
7. How do you select only the "name" column from "customers"?
8. Which SQL function finds the largest value?
9. How do you count the number of different cities in "clients"?
10. Which SQL statement changes a value in a table?
Previous Next