Point out the wrong statement.
(a) The key decision in designing data models for MongoDB applications revolves around the structure of documents and how the application represents relationships between data
(b) There are two tools that allow applications to represent these relationships: references and embedded documents
(c) When designing data models, always consider the application usage of the data (i.e. queries, updates, and processing of the data) as well as the inherent structure of the data itself
(d) All of the mentioned
This question was addressed to me in an international level competition.
My question comes from Data Modeling Introduction topic in division Data Models of MongoDB