1.

What is the statement used to select a default database?(a) USE(b) CREATE(c) DROP(d) SCHEMAThis question was posed to me in semester exam.My question comes from Structure of the Data Directory in portion MySQL Data Directory of MySQL

Answer»

Right answer is (a) USE

To explain I would say: MySQL has the FACILITY to use various statements specifically at the database level. For selecting a default database, the KEYWORD or clause used is the ‘USE’ statement.



Discussion

No Comment Found

Related InterviewSolutions