An RDBMS equivalent component for a document in a document database is ___________.
Answers
Answered by
1
Answer:
An RDBMS equivalent component for a “collection” in a document database is a table.
Ur answer is here.....!!!!!
Plz Mark as brainliest....!!!!
Answered by
0
Table
An RDBMS equivalent component for a document in a document database is Table.
- Unlike relational databases, which normalise data across numerous tables, each with a distinct and rigid structure, document databases store semistructured data as a single document. The structure or schema of a document is provided by nested key-value pairs when it is stored in a document database.
- In a document database, a document is a record. Typically, a document contains data on a single item and any associated metadata. Data is stored as field-value pairs in documents. Strings, numbers, dates, arrays, or objects are just a few examples of the many types and structures that can be used for the values.
- Databases that focus on documents include MongoDB, DynamoDB, and CosmosDB. One of the most well-known instances of a document-oriented database is MongoDB. Full index support, replication, and sharding are among of its characteristics.
- Apache CouchDB, MongoDB, and CouchBase are examples of common document databases. Among them, several implementations vary in the levels at which the data are organised. The most well-known document database at the moment is MongoDB, and the following examples show some of its technical aspects.
#SPJ2
Similar questions