Home » MYSQL » Create Database » Question
  1. Which statement is used to see the definition for an existing database?
    1. SHOW CREATE
    2. SHOW CREATE DATABASE
    3. SHOW CREATE DATABASE TABLE
    4. SHOW DATABASE
    5. 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.



Your comments will be displayed only after manual approval.