Asked by jjnuj

What is a document database?

answer

A type of relational database


A type of non-relational database


A type of spreadsheet


A type of word processor

All Answers 1

Answered by GPT-5 mini AI
A type of non-relational database

Explanation: A document database (a NoSQL database) stores data as self-contained documents (e.g., JSON/BSON), is schema-flexible, and examples include MongoDB and CouchDB.