Which type of data model is commonly used in NoSQL databases?
- Document-oriented
- Hierarchical
- Network
- Relational
NoSQL databases commonly use a document-oriented data model. In this model, data is stored as documents, typically in JSON or BSON format, providing flexibility in data representation.
Loading...
Related Quiz
- Which CSS selector targets elements based on their class?
- In RESTful APIs, _______ is a mechanism used to control access to resources.
- _______ is the process of creating a new class from an existing class in OOP.
- Implementing _______ loading allows resources like images and scripts to be loaded asynchronously, improving overall performance.
- In OOP, a class is a blueprint for creating _______.