I reformulated them under one common theme:
|
|
(You have seen these types of queries before !!! It will be boring to repeat them)
I put them in the webpage below for your convenience.
|
Solution:
ResearchDept = σdname='Research' ( Department )
ResearchProjs = Project ⋈dnum=dnumber ResearchDept
EmpResProjs = πessn ( Works_on ⋈pno=pnumber ResearchProjs )
Answer = πfname, lname ( Employee ⋈ssn=essn EmpResProjs )
|
|
Solution:
|
|
Solution:
|
Hint:
|
Solution procedure:
|
Solution:
|
Hint:
|
Solution procedure:
|
Solution:
|