Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
What is a premium?
Is anything faster than c?
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...
Why do we use delegates?
What is difference between application and web application?
difference between compute and mapping node?
Which is the research reactors of bhabha atomic research centre?
How can I discover how many arguments a function was actually called with?
How to create stored procedures with parameters in ms sql server?
What are server-side comments in ASP.NET?
Explain roll?
why we us isolation barrier in hazardous area how it works to protect the area and please clarify its current flow.
Why is java better than javascript?
What is the function of a domain?
What is character functions?