A

Admin • 833K Points
Coach

Q. What statement is used to show the definition of an existing database?

  • (A) SHOW CREATE DATABASE
  • (B) SHOW DATABASE
  • (C) SHOW CREATE
  • (D) SHOW CREATE DATABASE TABLE
  • Correct Answer - Option(A)
  • Views: 16
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.