What is declare cursor?
No Answer is Posted For this Question
Be the First to Post Answer
What is the result of open cursor statement?
what is dynamic cursor?gives syntax for this?
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?
Which component is used to execute the sql statements?
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
How could one combine a set of incremental image copies into a single copy?
Can we able to find all the Table names under a Particular Plan?
What is plan in cobol db2?
How do you Load a table ?? and what is Load replace ?
Where is the access path logic created by the DB2 Optimizer stored?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
wht happens if we close cursor with cursor with hold option?