Oracle Database MySQL 5.6 Database Administrator — Question 5
What are four capabilities of the mysql client program?
Answer options
- A. Creating and dropping databases
- B. Creating, dropping, and modifying tables and indexes
- C. Shutting down the server by using the SHUTDOWN command
- D. Creating and administering users
- E. Displaying replication status information
- F. Initiating a binary backup of the database by using the START BACKUP command
Correct answer: A, B, C, D, E
Explanation
The mysql client program allows users to create and drop databases, modify tables and indexes, and manage users, which are critical administrative tasks. Additionally, it can shut down the server, ensuring that it can be safely stopped. Options F and E, while related to database management, are not primary capabilities of the mysql client program.