To create a database only if it doesn’t already exist, which clause is used?
(a) IF EXISTS
(b) IF NOT EXISTS
(c) CREATE EXISTS
(d) EXISTS IF
The question was asked during an interview for a job.
Question is from Selecting, Creating, Dropping and Altering Databases in division Using SQL to Manage Data of MySQL