Actions

Space Race: Difference between revisions

From NoSQLZoo

Created page with "Learn how to use neo4j using data from the space race. <div class="q nonum" data-lang="neo4j"> When did Apollo 8 launch? <pre class="def"><nowiki>db.world.findOne({name: "..."
 
No edit summary
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>db.world.findOne({name: "France"}, {capital: 1});</nowiki></pre>
   <pre class="def"><nowiki>MATCH(n) RETURN n;</nowiki></pre>
</div>
</div>
{{Acknowledgements}}
{{Acknowledgements}}

Revision as of 17:17, 25 September 2019

Learn how to use neo4j using data from the space race.

 When did Apollo 8 launch?
MATCH(n) RETURN n;

Acknowledgements

NoSQLZoo is made possible by the following open-source technologies:

jQuery JSHint CodeMirror MediaWiki MariaDB
  • You have been served by: dill