Question: 14. Draw a query graph and its corresponding query tree based on the following SQL query (2 Points): SELECT ENAME, PNAME FROM EMP, ASG, PROJ

14. Draw a query graph and its corresponding query tree based on the following SQL query (2 Points): SELECT ENAME, PNAME FROM EMP, ASG, PROJ WHERE DUR > 12 AND EMP.ENO = ASG.ENO AND PROJ.PNO = ASG.PNO
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
