Question: Q 2 Consider the following SQL query SELECT E . Lname AS Employee _ name, S . Lname AS Supervisor _ name FROM EMPLOYEE AS
Q Consider the following SQL query
SELECT ELname AS Employeename, SLname AS Supervisorname
FROM EMPLOYEE AS E EMPLOYEE AS S
WHERE ESuperssnSSsn;
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
c Compare your onquery trees of part a and the initial and
final query trees of part b
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
