Point out the correct statement.
(a) With MongoDB, you cannot embed related data in a single structure or document
(b) The key consideration for the structure of your documents is the decision to embed or to use references
(c) Reference schema is generally known as “denormalized” models
(d) None of the mentioned
The question was posed to me in an interview for job.
My question is taken from Data Modeling Concepts topic in division Data Models of MongoDB