Difference between revisions of "Space Race"
From NoSQLZoo
Line 2: | Line 2: | ||
<div class="q nonum" data-lang="neo4j"> | <div class="q nonum" data-lang="neo4j"> | ||
When did Apollo 8 launch? | When did Apollo 8 launch? | ||
− | <pre class="def"><nowiki>MATCH(n) RETURN n;</nowiki></pre> | + | <pre class="def"><nowiki>MATCH(n:God{name:'Apollo'}) RETURN n.roles;</nowiki></pre> |
</div> | </div> | ||
{{Acknowledgements}} | {{Acknowledgements}} |
Revision as of 15:06, 29 September 2019
Learn how to use neo4j using data from the space race.
When did Apollo 8 launch?
MATCH(n:God{name:'Apollo'}) RETURN n.roles;
Acknowledgements
NoSQLZoo is made possible by the following open-source technologies: