Answer Posted / Mohammad Shadab
In MongoDB, a schema represents the structure of a document (data object). It defines the fields that a document can have and their data types. However, unlike traditional databases, MongoDB doesn't enforce schemas, allowing for flexibility when adding or updating documents.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers