Exam: DP-900: Microsoft Azure Data Fundamentals 0 Likes
Which type of database contains nodes and edges? (DP-900)
Which type of database contains nodes and edges?
A. graph
B. key/value
C. columnar
D. time series
Solution
Correct answer: A. graph.
A graph database is a type of NoSQL database that stores data as nodes and edges, where nodes represent entities and edges represent relationships between them. This allows for efficient querying and traversal of complex relationships between data entities.
Category: Considerations for working with non-relational data on Azure