Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...
2554Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...
2696Post New IBM Oracle Errors Interview Questions
How do you end a powerpoint?
What is the function of washer?
What are your views on Donald Trump's victory of US presidential elections?
How does it work for example if a salon is a stockist of another companies product, is there a contract involed, and what are the normal terms of this contract
What is cdma? Explain.
Why do we need a constructor in a servlet if we use the init method?
How is operation theatre sterilized?
Explain what is h1n1?
What is a treeset in java?
Does directx 12 come with windows 10?
What are the types of type specifiers?
what is the difference between object filter and event filter?
How to replace junk code recorded by QTP with a mall function.
Explain deployment descriptors?
What are the advantages of windows?