-
Which statement is used to see the definition for an existing database?
-
- SHOW CREATE
- SHOW CREATE DATABASE
- SHOW CREATE DATABASE TABLE
- SHOW DATABASE
- None of these
Correct Option: B
The statement ‘SHOW CREATE DATABASE’ is invoked to see the definition of an existing database in the MySQL server. It is followed by the qualified name of the database.