1. What data type would you use to store a true/false value in MySQL?
2. How can you update data in multiple rows with a single MySQL UPDATE statement?
3. What is the purpose of the InnoDB storage engine's doublewrite buffer in MySQL?
4. What does SQL stand for?
5. Which tool is commonly used to perform database backups in MySQL?
6. What is the purpose of the SQL GROUP BY clause?
7. Which MySQL privilege is required to create new users?
8. What is the primary reason for the "InnoDB: Error: Table space is full" error in MySQL?
9. What is the primary benefit of using stored procedures in MySQL security?
10. MySQL is an open-source ________ database management system.
11. What is the primary advantage of using the "Replication" method for database migration in MySQL?
12. Which storage engine is known for its support of transactions and foreign keys?
13. What is a common reason for the "Can't connect to MySQL server on 'localhost'" error?
14. How can you delete all rows from a MySQL table?
15. Which MySQL command is used to analyze and optimize the performance of queries and the tables they involve?
16. Which MySQL tool is commonly used to execute SQL scripts and automate administrative tasks?
17. Which SQL statement is used to retrieve data from a database?
18. Which MySQL tool can you use to check and repair corrupted tables?
19. When is it appropriate to use a full-text index in MySQL?
20. Which feature in MySQL is used for High Availability and automatically redirects read operations to a standby server?