| 1600 PMP mock questions | 1400 CAPM mock questions | 800 SCJP 6 mock questions | 600 OCAJP 7 mock questions | 590 OCPJP 7 mock questions | 556 SCWCD 5 mock questions | 500 OCEJWCD 6 mock questions | pdfDownload (java,struts, hibernet etc) | JobsJobs and Walkins |
|
Java online test
JSP online test ORACLE online test Hibernate online test Servlet online test Struts online test EJB online test C online test C++ online test Aptitude online test |
Procedure with parameterized cursors |
|
|
declare cursor c1(a number) is select * from emp where deptno = a; b number (2) := &num ; r emp%rowtype; -- the whole row is stored in this variable begin open c1(b); loop fetch c1 into r; exit when c1%notfound; dbms_output.put_line('Name :'||r.ename||'; Salary is '||r.sal); end loop; close c1; end; |
Suggested JobsMore Jobs >> |
|
Online Practice TestJava online testJSP online test ORACLE online test Hibernate online test Servlet online test Struts online test EJB online test C online test C++ online test Aptitude online test |