_________ databases are optimized for handling graph-like data structures.
- Document
- Graph
- Key-value
- Relational
Graph databases, such as Neo4j or Amazon Neptune, are specifically designed to handle complex relationships and interconnected data in a graph-like format. They use nodes, edges, and properties to represent and store data.
Loading...
Related Quiz
- How does the complexity of interpolation search compare to binary search?
- In a binary tree, the maximum number of nodes at level _________ is 2^(h) where 'h' is the height of the tree.
- To efficiently insert a node after a given node in a linked list, we need to update the ___________ pointers.
- ___________ allows objects of different classes to be treated as objects of a common superclass.
- You're working on a project where multiple team members are collaborating to develop different modules. How would you utilize OOP concepts like inheritance and interfaces to facilitate code reusability and maintainability?