What is the output of the Query: select * from emp where dept_no in (select dept_no from dept order by dept_no desc);
It Executes Successfully
It throws Error with message: missing right Parenthesis
It throws Error
None