

InterviewSolution
Saved Bookmarks
1. |
Command to check existence of collection is _____________(a) show collection(b) show collections(c) show collect(d) none of the mentioned |
Answer» The correct option is (b) show collections To explain: The mongo shell will return the list of the collections in the current database. |
|