1. Which backup method is suitable for large databases with minimal downtime?
2. Which SQL statement is used to insert data into a MySQL table?
3. Which SQL clause is used to filter the results of a SELECT query in MySQL?
4. Which MySQL tool is commonly used to execute SQL scripts and automate administrative tasks?
5. What is the purpose of the COLLATE clause when creating a database?
6. What is the purpose of the InnoDB storage engine's doublewrite buffer in MySQL?
7. Which feature of MySQL Workbench is commonly used for data migration tasks?
8. Which replication mode in MySQL allows data to flow in multiple directions between servers?
9. What is a common reason for the "Can't connect to MySQL server on 'localhost'" error?
10. Which global privilege is required to create new databases in MySQL?
11. What could cause the "Lost connection to MySQL server during query" error?
12. What is GTID in MySQL replication?
13. Which SQL clause is used to filter results based on an aggregate function like COUNT or SUM?
14. When creating composite indexes in MySQL, which column should be listed first in the index definition for the best optimization results?
15. What is the primary function of the INFORMATION_SCHEMA database in MySQL?
16. What is the primary use of MySQL's "Stored Procedures"?
17. What is the role of the "Data Pump" utility in MySQL migration?
18. What is the purpose of the GRANT statement in MySQL?
19. Which storage engine is suitable for in-memory databases with low latency requirements?
20. What is the purpose of the SQL GROUP BY clause?