Skip to content

AlexSpider/project-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Irish Constituencies Neo4j Database

Student name, G00123456

Introduction

Give a summary here of what your project is about.

Database

Explain how you created your database, and how information is represented in it.

Queries

Summarise your three queries here. Then explain them one by one in the following sections.

Query one title

This query retreives the Bacon number of an actor...

MATCH
	(Bacon)
RETURN
	Bacon;

Query two title

This query retreives the Bacon number of an actor...

MATCH
	(Bacon)
RETURN
	Bacon;

Query three title

This query retreives the Bacon number of an actor...

MATCH
	(Bacon)
RETURN
	Bacon;

References

  1. Neo4J website, the website of the Neo4j database.

About

Project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published