InterviewSolution
Saved Bookmarks
| 1. |
List Some Neo4j Cql Command? |
|
Answer» Neo4j CQL is a query language for Neo4j GRAPH Database.Is a declarative pattern-matching language which follows SQL like syntax that are very simple and are in human readable format Below are some Neo4j CQL COMMAND: CREATE,MERGE,SET,RETURN,START,LOAD CSV,REMOVE,CREATE UNIQUE,UNWIND,UNION,CALL Neo4j CQL is a query language for Neo4j Graph Database.Is a declarative pattern-matching language which follows SQL like syntax that are very simple and are in human readable format Below are some Neo4j CQL command: CREATE,MERGE,SET,RETURN,START,LOAD CSV,REMOVE,CREATE UNIQUE,UNWIND,UNION,CALL |
|