Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

Space Race

From NoSQLZoo
Revision as of 14:49, 13 October 2019 by Andr3w (talk | contribs)
Jump to: navigation, search

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:

jQuery JSHint CodeMirror MediaWiki MariaDB