Neo4j General Clauses

Following is a list of some general clauses of Neo4j CQL:

IndexClauseUsage
1.RETURNThe RETURN clause is used to define what to include in the query result set.
2.ORDER BYThe ORDER BY clause is used to arrange the output of a query in order. It is used along with the clauses return or with.
3.LIMITThe LIMIT clause is used to limit the rows in the result to a specific value.
4.SKIPThe SKIP clause is used to define from which row to start including the rows in the output.
5.WITHThe WITH clause is used to make two queries work together.
6.UNWINDThe UNWIND clause is used to expand a list into a sequence of rows.
7.UNIONThe UNION clause is used to combine the result of multiple queries.
8.CALLThe CALL clause is used to invoke a procedure deployed in the database.





Latest Courses