

InterviewSolution
Saved Bookmarks
1. |
MongoDB Queries can return specific fields of documents which also include user-defined __________ functions.(a) Javascript(b) C(c) C++(d) All of the mentionedThe question was posed to me in quiz.The origin of the question is Introduction to MongoDB in portion MongoDB and noSQL Concepts of MongoDB |
Answer» CORRECT option is (a) Javascript Explanation: MongoDB SUPPORTS search by field, range QUERIES, REGULAR EXPRESSION searches. |
|