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...
2601Hi 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...
2743Post New IBM Oracle Errors Interview Questions
Explain what is mvc?
What is use of i18n interceptor?
How to work towards a random forest?
Which os is best for deep learning?
What is a provider method in angularjs?
How do I repair ubuntu installation?
Explain the primary function of the processing program table (ppt)?
Explain the performance differences between user-space threads and kernel-supported threads.?
What are request and response objects?
Explain what are the essential components of embedded system?
Explain what are the various types of selection screen event?
What is Cassandra Database Software ?
why the starting voltage drop in a cable needs to be limited?what is percentage of the voltage drop allowed during starting?
What are cytoplasmic inclusions?
What is the difference between Silverlight and WPF?