InterviewSolution
Saved Bookmarks
| 1. |
Which query language is used for neo4j? |
|
Answer» Neo4j uses CYPHER as its QUERY language. It’s a DECLARATIVE graph query language that allows developers for efficient and expressive querying and updating various properties of a graph. It’s a simple yet compelling language. |
|