Which of the following statements is NOT TRUE about this query? MATCH (person:Person{name:"Charlie"}) MERGE(person)-[r:HAS_CHAUFFEUR]->(chauffeur:Chauffeur{name: person.chauffeurName}) RETURN person.name, person.chauffeurName, chauffeurSingle choice

A

If the graph contains no node with Person label and a name property equal to “Charlie”, the query will execute with no change to the graph.

B

If the Person node with a name property equal to “Charlie” does not have a chauffeurName property, the query will execute with no change to the graph.

C

If the graph contains two Person nodes where each of them has a name property equal to “Chalie” and both nodes have the same value for the chauffeurName property, one Chauffer node will be created and two HAS_CHAUFFEUR relationships will be created.

D

If the graph contains two Person nodes where each of them has a name property equal to “Chalie” and each node has a different value for the chauffeurName property, two Chauffer nodes and two HAS_CHAUFFEUR relationships will be created.

Log in for full answers

We've collected over 50,000 authentic original questions and detailed explanations from around the globe. Log in now and get instant access to the answers!

Similar Questions

More Practical Tools for Students Powered by AI Study Helper

Join us and instantly unlock extensive past papers & exclusive solutions to get a head start on your studies!