What type of database falls under the category of NoSQL databases?
- Document-oriented
- Graph
- Key-value
- Relational
NoSQL databases encompass various types, including document-oriented databases, which store data in a format similar to JSON or BSON documents.
Loading...
Related Quiz
- The _______ package in Go provides functionality for measuring and displaying test coverage.
- Role-based access control (RBAC) is a popular approach to _______ in large-scale systems.
- In Go, a function can return multiple _______.
- _______ is a common approach to organize and group related tests in Go.
- What are the differences between buffered and unbuffered channels?