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 mentionedI had been asked this question in class test.My question is taken from Read Operations topic in section MongoDB CRUD Concepts and Operation of MongoDB

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.



Discussion

No Comment Found

Related InterviewSolutions