List some Neo4j CQL command.

devquora
devquora

Posted On: Feb 22, 2018

 

Neo4j CQL is a query language for Neo4j Graph Database. Is a declarative pattern-matching language which follows SQL like syntax that is very simple and is in a human-readable format
Below are some Neo4j CQL command
CREATE,MERGE,SET,RETURN,START,LOAD CSV,REMOVE,CREATE UNIQUE,UNWIND,UNION,CALL

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Neo4j interview questions

    Define Neo4j?

    It is one of most popular  open source free NOSQL  Graph DBMS (database management system) developed by Neo4j, Inc...

    Neo4j interview questions

    What are the indexing capabilities of Neo4J?

    Neo4j as a graph database features indexing as the preferred way to find start points for graph traversals. Over the ye..