1.

The statement used to select a default database is ______________(a) USE(b) CREATE(c) DROP(d) SCHEMAThis question was addressed to me in an international level competition.Question is taken from Using Server-Side Prepared Statements in portion MySQL Programs Using C of MySQL

Answer»

The correct option is (a) USE

The BEST I can explain: 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