Total Questions : 40
Expected Time : 40 Minutes

1. In MySQL, what is the primary key used for?

2. What is the result of combining two or more tables in SQL called?

3. What is the purpose of the SQL ORDER BY clause?

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

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

6. What does SQL stand for?

7. Which SQL keyword is used to sort the result set in descending order?

8. Which MySQL data type is used to store large text values?

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

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

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

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

13. What is the purpose of an SQL index?

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

15. What is the SQL statement used to change an existing table's structure?

16. In SQL, what is a subquery?

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

18. What is the purpose of the MySQL CASE statement?

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

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

21. What is the purpose of the MySQL EXPLAIN statement?

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

23. Which SQL statement is used to remove a table from a database?

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

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

26. What is the purpose of the SQL SELECT statement?

27. What is the purpose of the SQL INNER JOIN clause?

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

29. What is the purpose of the SQL VIEW?

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

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

32. Which SQL clause is used to filter rows based on multiple conditions using logical operators?

33. What is a SQL view in MySQL?

34. What is the purpose of the MySQL GROUP BY clause?

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

36. What is a subquery in MySQL?

37. What is a foreign key in MySQL?

38. What is a MySQL trigger?

39. Which SQL statement is used to update existing records in a table?

40. What does the SQL DELETE statement do?