Which of the following is an example of a NoSQL database?
A
PostgreSQL
B
Oracle
C
MongoDB
D
MySQL
Correct Answer: Option C — MongoDB
Explanation:
MongoDB is a popular NoSQL database that stores data in flexible, JSON-like documents rather than traditional table-based relational structu...
MongoDB is a popular NoSQL database that stores data in flexible, JSON-like documents rather than traditional table-based relational structures. This makes it well-suited for handling large volumes of unstructured or semi-structured data.