In a graph database, which two primary components are used to represent and connect data elements?
If 'Alice' is represented as a data entity in a graph database, what is 'Alice' typically stored as?
Which term in graph databases describes a directional connection from one node to another, such as 'WROTE' in 'Alice WROTE Book'?
What query language is commonly used for searching and updating data in many graph databases?
In a property graph model, which feature allows you to categorize nodes, such as labeling both 'Book' and 'Author'?
When assigning a key-value pair such as 'year: 2023' to a node representing a book, what is this pair called?
In a social network graph where 'Alice FOLLOWS Bob', how is this relationship represented?
Which of the following best describes a major advantage of using graph databases for social network analysis?
What term describes the process of navigating from one node to another via relationships, such as finding all friends of a person?
What is the main purpose of using indexes in a graph database when searching for nodes with specific property values?