1. Which data type would you choose for storing IP addresses in MySQL?
2. Which SQL clause is used to filter results based on an aggregate function like COUNT or SUM?
3. Which programming language is commonly used to interact with MySQL?
4. Which MySQL feature helps avoid full table scans and improve query performance by remembering the results of previous queries?
5. When performing data migration in MySQL, what is the purpose of the "ETL" process?
6. Which MySQL tool is a web-based database administration tool with a user-friendly interface?
7. What is SQL injection in MySQL and why is it a security concern?
8. Which feature in MySQL helps protect data during transmission over the network?
9. Which MySQL client tool provides a graphical interface for database management?
10. What SQL statement is used to remove data from a database?
11. What is a physical backup in MySQL?
12. Which data type is used to store whole numbers in MySQL?
13. Which SQL statement is used to create a new MySQL database?
14. MySQL is an open-source ________ database management system.
15. What is the primary purpose of the "Explain" statement in MySQL?
16. How can you delete all rows from a MySQL table?
17. Which command is used to start the MySQL server on a Windows system?
18. What is the primary benefit of Group Replication in MySQL?
19. Which statement is used to restore a MySQL database from a backup file created with mysqldump?
20. What is the default port number for MySQL connections?