Total Questions : 20
Expected Time : 20 Minutes

1. In SQL, what is a subquery?

2. What does the SQL JOIN operation do?

3. Which SQL function is used to count the number of rows in a table?

4. In MySQL, what is the purpose of the COMMIT statement?

5. Which SQL statement is used to add new rows of data to a table?

6. Which SQL statement is used to delete data from a table?

7. Which SQL clause is used to sort the result set in ascending order?

8. In SQL, what is a self-join?

9. What is the purpose of the SQL VIEW?

10. Which SQL operator is used to filter rows that meet multiple conditions?

11. What SQL statement is used to retrieve data from a database?

12. What is the purpose of the SQL LEFT JOIN clause?

13. Which SQL operator is used to combine rows from two or more tables based on a related column between them?

14. Which MySQL function is used to find the highest value in a column?

15. In SQL, what is the purpose of the GROUP BY clause?

16. What SQL function is used to find the highest value in a column?

17. Which SQL statement is used to add a new column to an existing table?

18. Which SQL function is used to calculate the average value of a numeric column?

19. Which MySQL data type is used to store a date?

20. What is the purpose of the SQL INDEX?