Which NoSQL database is known for its document-oriented approach and is commonly used for its flexibility and scalability?
- Cassandra
- Couchbase
- MongoDB
- Redis
MongoDB is a popular NoSQL database known for its flexible document-oriented data model. It stores data in JSON-like documents, providing scalability and flexibility in handling various types of data. It's commonly used in applications requiring dynamic schemas and agile development.
Loading...
Related Quiz
- A _____ test in Go ensures that the system under test interacts with the mock objects in the expected way.
- Explain the concept of type aliasing in Go.
- What are the potential drawbacks of using database connection pooling in a Go application?
- What is the purpose of the len and cap functions in Go when working with slices?
- What is the purpose of channels in Go?