1.

Which keyword is used to create a database?(a) CREATE(b) SET(c) SETUP(d) LINKI have been asked this question by my school principal while I was bunking the class.I want to ask this question from Selecting, Creating, Dropping and Altering Databases in chapter Using SQL to Manage Data of MySQL

Answer»

The correct answer is (a) CREATE

Explanation: The STATEMENT ‘CREATE DATABASE database_name;’ is USED to create a database with the NAME ‘database_name’. A database qualifier should be used to SPECIFY the full name of the database.



Discussion

No Comment Found

Related InterviewSolutions