1.

The keyword used to create a database is __________(a) CREATE(b) SET(c) SETUP(d) LINKI have been asked this question during an interview.This question is from Arranging for MySQL Server Startup and Shutdown in chapter General MySQL Administration of MySQL

Answer»

Correct OPTION is (a) CREATE

Best 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