InterviewSolution
Saved Bookmarks
| 1. |
The statement used to select a default database is ______________(a) USE(b) CREATE(c) DROP(d) SCHEMA |
|
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. |
|