Q 19: Which query returns the department that funds the project Alice works on?Single choice

A

MATCH (a:Person {name:'Alice'})-[:WORKS_ON]->(p)-[:FUNDED_BY]->(d) RETURN d.name

B

MATCH (a:Person {name:'Alice'})<-[:WORKS_ON]-(p)-[:FUNDED_BY]->(d) RETURN d.name

C

MATCH (a:Person {name:'Alice'})-[:FUNDED_BY]->(d) RETURN d.name

D

MATCH (a)-[:WORKS_ON]->(p)<-[:FUNDED_BY]-(d) RETURN d

E

None of the above

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!

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!