Difference between revisions of "Space Race"
From NoSQLZoo
Line 1: | Line 1: | ||
− | == Learn how to use | + | == Learn how to use Neo4j using data from the Space Race. == |
<div class="q nonum" data-lang="neo4j"> | <div class="q nonum" data-lang="neo4j"> |
Revision as of 13:50, 13 October 2019
Learn how to use Neo4j using data from the Space Race.
Use MATCH
to show the roles of Hades rather than Apollo
Show Hades instead of Apollo
MATCH(n:God{name:'Apollo'}) RETURN n.roles;
MATCH(n:God{name:'Hades'}) RETURN n.roles;
Acknowledgements
NoSQLZoo is made possible by the following open-source technologies: