What is the output of the Query: select * from emp where dept_no in (select dept_no from dept order by dept_no desc);
Reveal answer
Fill a bubble to check yourself
What is the output of the Query: select * from emp where dept_no in (select dept_no from dept order by dept_no desc);