Total Questions : 30
Expected Time : 30 Minutes

1. What is the purpose of the SQL TRUNCATE TABLE statement?

2. Which MySQL data type is used to store a date and time?

3. What is the purpose of the SQL CASE statement?

4. In SQL, what is the purpose of the LIKE operator?

5. What is the purpose of the MySQL JOIN clause?

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

7. What does SQL stand for?

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

9. What is the purpose of the MySQL ROLLBACK statement?

10. What is normalization in database design?

11. What is the purpose of the SQL WHERE clause?

12. What is the difference between UNION and UNION ALL in MySQL?

13. What is the purpose of the SQL GROUP BY clause?

14. In SQL, what is the purpose of the HAVING clause?

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

16. Which SQL function is used to find the minimum value in a column?

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

18. What is an index in MySQL and why is it important?

19. Which SQL keyword is used to retrieve all columns from a table?

20. What is the purpose of the MySQL UNION operator?

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

22. What is the purpose of the SQL LIMIT clause?

23. Which SQL statement is used to create a new table?

24. In SQL, what is the purpose of the JOIN ON clause?

25. What is a foreign key in MySQL?

26. Which SQL operator is used to filter rows that meet at least one of multiple conditions?

27. In MySQL, what is the purpose of the HAVING clause?

28. What is the purpose of an SQL index?

29. Which SQL statement is used to add a new row to a table?

30. Which command is used to create a new database in MySQL?