What is the main distinction between the relational and document data models?
The relational model uses normalized tables with relations, while document models store nested structures in a single document.
What problem does the object-relational mismatch refer to?
The difficulty of mapping complex application objects to relational database schemas.
What is a graph data model suitable for?
Applications with highly connected data, such as social networks and recommendation systems.
Name a common query language for property graphs.
Cypher.
What are declarative query languages?
Languages where you specify what data you want, not how to get it (e.g., SQL).