Which of the following is a NoSQL database?
a) MySQL
b) MongoDB
c) PostgreSQL
d) SQLite
Answer:
b) MongoDB
Explanation:
MongoDB is a NoSQL database that stores data in JSON-like documents, providing flexibility and scalability for modern applications.