In a graph database, a _______ is a data entity represented by a node.
- Document
- Edge
- Relationship
- Vertex
In a graph database, a "Vertex" is a data entity represented by a node. A vertex typically contains properties that describe the entity, and the relationships between vertices define the connections in the graph.
Loading...
Related Quiz
- Which type of diagrams can be created using ER diagram tools?
- What is the difference between horizontal and vertical data partitioning?
- _______ is a mechanism used in NoSQL databases to detect and resolve conflicts in data versions.
- Which schema typically results in simpler queries: Star Schema or Snowflake Schema?
- Which feature in database design tools allows users to visually create Entity-Relationship Diagrams (ERDs)?