Write your statement below and press "Run" to see the result.
Click here to reset the database to its initial state (all your changes will be lost).
Enter Cypher commands in the text area. Pressing "Run" will present the result of your query in raw format and as a table and/or graph when applicable/possible. Note that the graph view will automatically try to display edges between retrieved nodes (in grey). Explicitely selected edges are shown in blue (like the nodes). E.g. MATCH (n) RETURN n;
shows all nodes with all edges in grey. MATCH (n:Reader) RETURN n.name, n.age;
shows a table and MATCH (n:Reader)-[e]-(b:Book) RETURN n,e,b;
shows your selected edges in blue.
© Principles of Database Management 2025.
Send us your feedback.