Home » MYSQL » Create Database » Question
  1. Which statement is used to see the definition for an existing database?
    1. SHOW CREATE DATABASE TABLE
    2. SHOW CREATE
    3. SHOW DATABASE
    4. SHOW CREATE DATABASE
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.