Answer to Question #318425 in Databases | SQL | Oracle | MS Access for prathik ghosh

Question #318425


ii) Write an SQL query that returns the titles of articles authored by 'Robert Tarjan'.



1
Expert's answer
2022-03-26T02:39:21-0400
SELECT title
FROM Authoring
         JOIN Articles A on A.id = Authoring.articleId
         JOIN Authors A2 on A2.id = Authoring.authorId
WHERE A2.name = 'Robert Tarjan';

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS