Beginner Quiz 4
1. How do you select all records where "status" is not "active"?
2. Which SQL clause limits the number of returned rows?
3. Which SQL function returns the smallest value?
4. How do you select only unique values in a column?
5. Which SQL statement is used to remove specific rows?
6. How do you select all columns from "products" where price is over 100?
7. Which SQL statement adds a new column "email" to "users"?
8. How do you remove duplicate rows from results?
9. Which SQL clause is used after GROUP BY to filter groups?
10. How do you select all records where "age" is NULL?
Previous Next