Which is a feature of a graph query language?
Which is a feature of a graph query language?
A feature of a graph query language is the ability to specify patterns. These languages are designed to query data stored in graph structures, where relationships between data points are as important as the data points themselves. Thus, specifying patterns is essential in querying and navigating the graph efficiently.
Correct