Answer Posted / Shilpa Tomar
MongoDB collections do not require a fixed schema, making them more flexible than traditional SQL databases. However, individual documents within a collection can have different fields and structures.nSchema validation can be enforced using indexes, validation functions, and data constraints.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers