An rdbms equivalent component for a "collection" in a document database:
Answers
Answered by
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