Point out the correct statement.
(a) In practice, the documents in a collection share a different structure
(b) Data in MongoDB has a flexible schema
(c) The key challenge in data modeling is balancing the needs of the application, the performance characteristics of the database engine, and the data retrieval patterns
(d) None of the mentioned
(a) In practice, the documents in a collection share a different structure
(b) Data in MongoDB has a flexible schema
(c) The key challenge in data modeling is balancing the needs of the application, the performance characteristics of the database engine, and the data retrieval patterns
(d) None of the mentioned
Right answer is (b) Data in MongoDB has a flexible schema
The explanation: MongoDB’s collections do not enforce document structure.