P

Priyanka Tomar • 35.28K Points
Coach

Q. 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
  • Correct Answer - Option(B)
  • Views: 24
  • Filed under category MySQL

Explanation by: Priyanka Tomar
This question is about creating a database in MySQL. In MySQL, you can use the CREATE DATABASE command to create a new database.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics