| 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 using WHERE CURRENT OF CURSOR |
|
|
## to use the "WHERE CURRENT OF CURSOR", the "FOR UPDATE" is a must in the cursor " as in the example below ###### NOTE:- the method of declaration of the variable #### ## this is one more method of declaration of cursors #### declare cursor c1 is select sal from emp for update; -- a c1%rowtype; the variable "a" is of type cursor c1; begin for i in c1 loop update emp set comm = i.sal * 0.10 where current of c1; end loop; 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 |