ii) Write an SQL query that returns the titles of articles authored by 'Robert Tarjan'.
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?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments