1.

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

Answer» Correct answer is (b) The key consideration for the structure of your documents is the decision to embed or to use references

To elaborate: Effective data models support your application needs.


Discussion

No Comment Found