

InterviewSolution
Saved Bookmarks
1. |
What is the interactive shell for MongoDB called?(a) mongo(b) mongodb(c) dbmong(d) none of the mentioned |
Answer» Correct answer is (a) mongo Easiest explanation: Interactive shell lets developers view, insert, remove, and update data in their databases, as well as get replication information, set up sharding, shut down servers, execute JavaScript, and more. |
|