How does MongoDB handle relationships between data?

  • Embedding and Referencing
  • Indexing
  • Joins
  • Sharding
MongoDB handles relationships between data through embedding and referencing. Embedding involves storing related data within the same document, while referencing involves using references to link documents.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *