Question: Q 2 Consider the following SQL query SELECT E . Lname AS Employee _ name, S . Lname AS Supervisor _ name FROM EMPLOYEE AS

Q2 Consider the following SQL query
SELECT E.Lname AS Employee_name, S.Lname AS Supervisor_name
FROM EMPLOYEE AS E, EMPLOYEE AS S
WHERE E.Super_ssn=S.Ssn;
(a) Draw at least two query trees that can represented each of that query.
Under what circumstances would you use each of your query trees?
(b) Draw the initial query tree for each of that query; then show how the
query tree is optimized by the algorithm outlined in section 19.7.
(c) Compare your on-query trees of part (a) and the initial and
final query trees of part (b).
 Q2 Consider the following SQL query SELECT E.Lname AS Employee_name, S.Lname

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!