Question: execute the following two SQL. which one is faster than the other to produce the output? explain why one is faster than the other ?
execute the following two SQL. which one is faster than the other to produce the output? explain why one is faster than the other ?

this is the table




1. Execute the following two SQLs. Which one is faster than the other to produce the output? Explain why one is faster than the other? (5 polnts). 1 SELECT E.fname, E.Iname, P.pname FROM employee E, works on W, project P 2 SELECT E.fname, E.Iname, P.pname FROM employee E, works on W, project P WHERE E.essn W.essn AND W.pno P.pno
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
