Concepts
Document
A record in a MongoDB collection and the basic unit of data.
Document
A record in a MongoDB collection and the basic unit of data.
Syntax
{ field: value }
Example
{ name: "Ali", age: 25 }A record in a MongoDB collection and the basic unit of data.
A record in a MongoDB collection and the basic unit of data.
{ field: value }
{ name: "Ali", age: 25 }