What distinguishes NoSQL databases from traditional relational databases?
- Only suitable for small datasets
- Schema flexibility
- Strict schema enforcement
- Use of SQL language
NoSQL databases offer schema flexibility, allowing for dynamic and varied data structures, unlike traditional relational databases that enforce a rigid schema.
Loading...
Related Quiz
- _______ is a principle in OOP that promotes the idea of coding to an interface rather than an implementation.
- _______ logging refers to the practice of correlating log entries from different services or components to trace a request's path through a distributed system.
- What is the primary purpose of responsive web design?
- How does Git handle conflicts when merging two branches with changes to the same line of code?
- A web page is not rendering as expected in certain browsers. How can Browser Developer Tools assist in troubleshooting this issue?