Question: 1. Consider the following SQL query: SELECT P.Pname, E.Fname, E.Lname FROM EMPLOYEE E, PROJECT P, WORK_ON W WHERE W.Hours < 40 AND E.Ssn = W.Essn

1. Consider the following SQL query:

SELECT P.Pname, E.Fname, E.Lname

FROM EMPLOYEE E, PROJECT P, WORK_ON W

WHERE W.Hours < 40 AND E.Ssn = W.Essn AND W.Pno = P.Pnumber AND E.Sex = F;

(a) Draw the query graph.

(b) Draw the initial query tree.

(c) Draw the optimized query tree using heuristic optimization

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!