The below query Executes Successfully without Error: 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
The below query Executes Successfully without Error: select * from emp where dept_no in (select dept_no from dept order by dept_no desc);