List a contact sname along with a movie they directed


Problem

A. Install Neo4j Community Edition onto your local computer. Make sure that you install Community Edition, which is free. The steps for installing Neo4j is simple. There are a lot of information for installing Neo4j online.

B. Create databaseusing the script provided in D2L. There are 2 scripts for this work.

a. create-course-data.cypher: it is for creating database, you can copy the cypher statements in the file to Neo4j and run them. Another way to create database is installing cypher shell, and then run the cypher file directory from cypher shell.

b. delete-all-data.cypher: only one cypher statement inside,it is for deleting all data in the database;

Answer the following questions:

A. List a contact'sname, along with a movie they directed if they directed one.

B. After a recent drunken affair, Tom Hanks has lost the respect of his fellow actors. Remove Tom Hanks as a contact from ALL actors.

C. The Illuminati have been in touch, and they're not happy. Remove the Da Vinci Code movie from the database. Make sure to retain the actors, director etc.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: List a contact sname along with a movie they directed
Reference No:- TGS03277316

Expected delivery within 24 Hours