

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) Queries specify criteria, or conditions, that identify the documents that MongoDB returns to the clients(b) Write operations, or queries, retrieve data stored in the database(c) The selection limits the amount of data that MongoDB returns to the client over the network(d) All of the mentioned |
Answer» The correct choice is (a) Queries specify criteria, or conditions, that identify the documents that MongoDB returns to the clients For explanation: In MongoDB, queries select documents from a single collection. |
|