The ___________ model allows for flexible schemas, making it suitable for evolving data requirements.
- Document
- Graph
- Key-value
- Relational
The document model, as seen in MongoDB or Couchbase, allows for flexible schemas where data can be stored as documents in a JSON-like format, making it ideal for evolving data structures and dynamic data needs.
Loading...
Related Quiz
- What is the time complexity of the bubble sort algorithm?
- How does a VPN enhance network security for remote users?
- In a text processing application, you're tasked with finding all occurrences of a given word within a large document. How would you approach this problem using arrays and strings efficiently?
- Code ___________ tools analyze code for potential issues and violations of coding standards.
- Discuss the pros and cons of using server-side rendering (SSR) with React and Angular.