Question: Using Neo4j- If this are nodes created; Create(Stranger:book{bookCode: 22, booktitle:Stranger, publisher: Vintage, Author: canus)) return Stranger ; Create(Dreamcatcher:book{bookCode: 13, booktitle: Dreancatcher, publisher: Scribner, Author: king))
Using Neo4j- If this are nodes created; Create(Stranger:book\{bookCode: 22, booktitle:"Stranger", publisher: "Vintage", Author: "canus")) return Stranger ; Create(Dreamcatcher:book\{bookCode: 13, booktitle: "Dreancatcher", publisher: "Scribner", Author:" "king")) return Dreamcatcher ; Create(Beloved:book\{bookCode: 18, booktitle: "Beloved", publisher:"Plume", Author: "Morrison"\}) return Beloved; Create(Nine:book\{bookCode: 37, booktitle:"Nine", publisher: "LB Books", Author: "Salinger")) return Nine ; Create(Catch22: book\{bookCode: 57, booktitle: "Catch 22", publishen: "Scribner", Author: "Heller" } ) return Catch22; Create(Jazz:book\{bookCode: 61, booktitle:"Jazz", publishery "Plume", Author:"Morrison"\}) return Jazz; Create(Franny;book\{bookCode: 69, booktitle; "Franny", publisher: "LB Books", Author; "Salinger"\}) return Franny ; Create(Fa11 :bookibookCode: 75, booktitle:"Fal1", publishen: "Vintage", Author:"canus")) return Fal1 ; Create(Grapes:book(bookCode: 96, booktitle:"Grapes", publisher:"Penguin", Author: "Worrison"\}) return Grapes ; Create(Catcher:book\{bookCode: 98, booktitle:" Catcher", publisher: "LD Books", Author:"5alinger")) return Catcher; Question: 2. Use Neo4j code to create the relationships between author and books 3. Show all the nodes and relationships
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
