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...
2314Hi 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...
2467Post New IBM Oracle Errors Interview Questions
What is the extension for a folder?
Explain what does the term "green architecture" mean? : .NET Architecture
Tell the names of most important google ranking factors?
Plz tell me the GATE interview question asked for ECE branch?
How QTP support all types of applications (platforms)?
Which register handles the arithmetic operations in the 8085?
What happen when I import the same module twice?
What is the purpose of sql?
What are the json arrays?
Which agent enables the deliberation about the computational entities and actions? a) Hybrid b) Reflective c) Relational d) None of the mentioned
Can you fade a picture in powerpoint?
Tell me what is the main difference between require() and require_once()?
Which are the five query types available in oracle?
How many moons do Jupiter planet have?
What are qualifiers in c?