Q. Which statement is used to see the definition for an existing database?
β
Correct Answer: (A)
SHOW CREATE DATABASE
Explanation: This question is asking about how you can see the details of a database that already exists in your MySQL system.