Question
Consider the relations, containing information on names of authors, and who is authoring which papers, respectively: Authors(auID,name)and Authoring(articleID,authorID), the answer can be expressed in either
Consider the relations, containing information on names of authors, and who is authoring which papers, respectively:
Authors(auID,name)and Authoring(articleID,authorID), the answer can be expressed in either SQL or algebra.
1 List the articles authored by John Smith
2 List the co-authors of John Smith (authors who co-authored an article with John Smith)
3 List the authors that have written no paper with John Smith
4.List the authors who have all their papers co-authored with John Smith
5.List the papers authored by only one author
6.which author co-authored at least 1 paper with every author (without aggregate functions)
7 List pairs (authorID and Name) of authors who have written at least one common paper
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started