Question: Explain the structure of a MongoDB document.Answer: A MongoDB document is a JSON-like data structure composed of field-value pairs. Fields may contain other documents, arrays, and arrays of documents. |
Is it helpful?
Yes
No
Most helpful rated by users: