What is a graph database composed of?
A data structure that uses vertices (nodes, dots) which form relationship to other vertices via edges (arcs, lines)
Example: A graph database is composed of nodes representing people and edges representing relationships between them.
Name some use cases for Graph Database
Graph databases are commonly used for fraud detection in financial transactions.