From f09423566c6398320387e4dde099373a2a95999d Mon Sep 17 00:00:00 2001 From: mopore Date: Mon, 7 Aug 2023 16:44:39 +0200 Subject: [PATCH] Add spaces. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 70b6e66..010c114 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ Use the neo4j browser at http://localhost:7474/browser/ to login an query the da of an app to create, update or delete data. The query `MATCH (n) RETURN n` will return all nodes in the database. + All nodes in the database Use `MATCH (q:Question)--(a:Answer) RETURN q,a` to return all questions which have answer(s). + All nodes in the database To query the 10 questions with the longest reaction time in average use: