

InterviewSolution
Saved Bookmarks
1. |
__________ is a part of the standard MongoDB distribution and provides a full JavaScript environment.(a) mongod(b) mongodb(c) mongo(d) none of the mentioned |
Answer» Right option is (c) mongo Easy explanation: mongo provides complete access to the JavaScript language and all standard functions as well as a full database interface for MongoDB. |
|