Skip to content

Commit

Permalink
Add spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
mopore committed Aug 7, 2023
1 parent c69711e commit f094235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="docs/all_nodes.png" alt="All nodes in the database"/>

Use `MATCH (q:Question)--(a:Answer) RETURN q,a` to return all questions which have answer(s).

<img src="docs/answered_questions.png" alt="All nodes in the database"/>

To query the 10 questions with the longest reaction time in average use:
Expand Down

0 comments on commit f094235

Please sign in to comment.