What does a document represent in document-based modeling?

  • A collection of related tables
  • A file in the file system
  • A row in a table
  • A self-contained piece of data in the database
In document-based modeling, a document represents a self-contained piece of data in the database. It is typically stored in a format like JSON and contains all the necessary information related to a specific entity or record, allowing for easy retrieval and manipulation.
Add your answer
Loading...

Leave a comment

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