Computer Science, asked by ranish1236, 1 year ago

An rdbms equivalent component for a "collection" in a document database:

Answers

Answered by writersparadise
3

The answer is table.


An RDBMS equivalent component for a “collection” in a document database is a table. For example, in MongoDB, a document oriented database, collection refers to a set of documents. Just like a table has various fields, a document also features various fields.
Similar questions