What is the primary data structure used in document-based modeling?

  • Graph
  • JSON
  • Key-Value Pair
  • Table
The primary data structure used in document-based modeling is JSON (JavaScript Object Notation). JSON allows for flexible and hierarchical data representation, making it suitable for storing and retrieving complex data structures. Document databases leverage this format to organize and query data efficiently.
Add your answer
Loading...

Leave a comment

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