Graph operations
Managing a graph database often requires a variety of operations to fulfill specific needs. GQL covers essential actions, such as creating and dropping graphs. Apart from that, graph database vendors may offer further commands to modify graphs, display graph lists, and implement advanced options when working with graphs.
In this section, we’ll explore the capabilities beyond the basic GQL graph statements using GQL Playground, powered by Ultipa Graph.
Showing the list of graphs
To perform further operations, users may need to view the complete list of graphs stored in the database. This can be done by executing the following query in GQL Playground:
GQL:
SHOW GRAPH
Quick tip: Enhance your coding experience with the AI Code Explainer and Quick Copy features. Open this book in the next-gen Packt Reader. Click the Copy button
(1) to quickly copy code into your coding environment, or click the Explain button
(2) to get the...