Q. What statement is used to show the definition of an existing database?
β
Correct Answer: (A)
SHOW CREATE DATABASE
Explanation: SHOW CREATE DATABASE statement allows us to see the definition of an existing database in MySQL server. It is followed by the qualified name of the database.