Beginner Quiz 3
1. How do you select records where "salary" is between 3000 and 5000?
2. Which SQL keyword is used to combine rows from two tables?
3. How do you select unique job titles from "jobs"?
4. Which SQL clause groups rows with the same value?
5. How do you get the average salary from "staff"?
6. Which SQL operator is used for pattern matching?
7. How do you select names starting with "A"?
8. Which SQL statement removes a table from the database?
9. How do you rename a table "old" to "new"?
10. Which SQL keyword is used to add a new column?
Previous Next