Neo4j Cypher Queries
MATCH(P:Promotion) return P LIMIT 10 MATCH(P:Promotion) WHERE id(P) = 155073835 return P limit 10 MATCH (C:Pyramid) WHERE ID(C) = 173883128 RETURN C LIMIT 10