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!
Similar Questions
Q26: Which query ensures each project appears only once, even if multiple people work on it?
Q25: Which query returns people who authored work from projects funded by Innovation?
Q 22: Which query returns works authored by someone who is also a Researcher?
Q 21: Which query returns total hours worked on each project?
More Practical Tools for Students Powered by AI Study Helper
Making Your Study Simpler
Join us and instantly unlock extensive past papers & exclusive solutions to get a head start on your studies!