What is the primary data structure used in graph databases?

  • Graph
  • List
  • Table
  • Tree
The primary data structure used in graph databases is a graph. Unlike traditional relational databases that use tables, a graph database employs a graph structure with nodes and edges to represent and store data. This allows for efficient representation of relationships between entities.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *