Which statement is used to see the definition for an existing database?
(a) SHOW CREATE DATABASE
(b) SHOW DATABASE
(c) SHOW CREATE
(d) SHOW CREATE DATABASE TABLE
I got this question during an interview.
Enquiry is from Selecting, Creating, Dropping and Altering Databases topic in chapter Using SQL to Manage Data of MySQL