1Z0-873 · Question #42
Which of the following are some general capabilites of the mysql client program?
The correct answer is A. Create and Drop databases. C. Create, Drop, and modify tables and indexes. E. Create users. F. Display replication server status. The mysql program is a general-purpose client that sends SQL statements to the server, and thus can perform any administrative operation that can be expressed using SQL. The following list describes some of its administrative capabilities:
Question
Which of the following are some general capabilites of the mysql client program?
Options
- ACreate and Drop databases.
- BPing the server.
- CCreate, Drop, and modify tables and indexes.
- DShutdown the server.
- ECreate users.
- FDisplay replication server status.
How the community answered
(35 responses)- A77% (27)
- B17% (6)
- D6% (2)
Explanation
The mysql program is a general-purpose client that sends SQL statements to the server, and thus can perform any administrative operation that can be expressed using SQL. The following list describes some of its administrative capabilities:
Topics
Community Discussion
No community discussion yet for this question.