InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by CQL and how to execute CQL commands in Neo4J? |
|
Answer» In Neo4j, CQL or Cypher Query LANGUAGE is a query language or Neo4j Graph Database, CQL is a declarative PATTERN machining language which follows SQL LIKE SYNTAX. CQL has read, write and general clauses. It is used to define properties of a relationship or a node. |
|