InterviewSolution
Saved Bookmarks
| 1. |
Which statement is used to access an existing Database?(a) Use(b) use database.name(c) USE databasename;(d) None of the mentionedThis question was posed to me by my school teacher while I was bunking the class.This intriguing question comes from Using MySQL Command Line Tool in division Using SQL to Manage Data of MySQL |
|
Answer» RIGHT OPTION is (C) USE DATABASENAME; Easy explanation: None. |
|