Question: draw the optimization tree for this query, draw step by step please SELECT Name FROM Employee WHERE EXISTS ( SELECT 1 FROM Electronic_security WHERE Employee.SecurityID
SELECT Name FROM Employee WHERE EXISTS ( SELECT 1 FROM Electronic_security WHERE Employee.SecurityID = Electronic_security.SecurityID )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
