DA0-002 · Question #77
Which of the following is a NoSQL database?
The correct answer is D. MongoDB. NoSQL databases provide a flexible schema and are designed for specific data models, differing from traditional relational databases.
Question
Which of the following is a NoSQL database?
Options
- APostgreSQL
- BMySQL
- COracle
- DMongoDB
How the community answered
(35 responses)- B3% (1)
- C3% (1)
- D94% (33)
Why each option
NoSQL databases provide a flexible schema and are designed for specific data models, differing from traditional relational databases.
PostgreSQL is a powerful open-source relational database management system (RDBMS) that uses SQL.
MySQL is a widely used open-source relational database management system (RDBMS) that uses SQL.
Oracle Database is a multi-model relational database management system (RDBMS) that primarily uses SQL.
MongoDB is a document-oriented NoSQL database that stores data in flexible, JSON-like documents, making it a popular choice for handling semi-structured and unstructured data.
Concept tested: Database types (SQL vs. NoSQL)
Source: https://www.mongodb.com/nosql-explained
Topics
Community Discussion
No community discussion yet for this question.