1. What does SQL stand for?

2. Which SQL command is used to get data from a database?

3. Which SQL keyword is used to add new data to a table?

4. Which SQL command is used to remove data from a table?

5. What keyword is used to sort results in SQL?

6. Which symbol is used for wildcard in SQL LIKE statement?

7. Which clause is used to filter records in SQL?

8. How do you select all columns from a table?

9. Which SQL command is used to change data in a table?

10. Which clause is used to group rows with same values?