Tag: databases
Questions Related to databases
What is the output of the Query: select * from emp where dept_no in (select dept_no from dept order by dept_no desc);
What is the output of the Query: select * from emp where dept_no in (select dept_no from dept order by dept_no desc);