Login using Social Account
     Continue with GoogleLogin using your credentials
This is a method wherein data from which we need to select something doesn't come from a table directly, rather from the output of another inner select query.
The output of inner select serves as a table for outer select.
%%sql
select count(1) from (
select empfname from emp_<<your lab username>>) a;
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...