

InterviewSolution
Saved Bookmarks
1. |
Which of the following also returns a list of databases?(a) show databases(b) show database(c) display dbs(d) all of the mentioned |
Answer» Correct answer is (a) show databases The best I can explain: show databases is new in version 2.4. |
|