Home »
MCQs »
MongoDB MCQs
A record in MongoDB is a ___
4. A record in MongoDB is a ___.
- Document
- Table
- Application
- None of the mentioned above
Answer: A) Document
Explanation:
A record in MongoDB is a document, which is a data structure composed of field and value pairs that represents a single instance of the database. Documents in MongoDB are similar to JSON objects in appearance. Other documents, arrays of documents, and arrays of arrays of documents may be used as values in fields.