What happens to a cursor after a commit?

Answers were Sorted based on User's Feedback



What happens to a cursor after a commit?..

Answer / angoca

The commit will close the cursor if this last was not
declared with the 'with hold' option.

Is This Answer Correct ?    14 Yes 0 No

What happens to a cursor after a commit?..

Answer / guest

The commit will close the cursor.

Is This Answer Correct ?    10 Yes 2 No

What happens to a cursor after a commit?..

Answer / azharuddinsyed

If the cursor is defined with "WITH HOLD" option, it will NOT closed even after the commit operation, else cursor will be closed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

Where is the access path logic created by the DB2 Optimizer stored?

1 Answers  


Can we use group-by clause in sub-query? If 'yes' means,Will it be executed successfully or else If 'no' means why should we not using that method? Give me your suggestion please....

1 Answers  


Is db2 a programming language?

0 Answers  


WHAT IS MEANT BY COMMIT COMMAND?

7 Answers   Wipro,


What is performance tuning db2?

0 Answers  






Can DB2 be accessed by TSO users? If yes, which command is used to invoke DB2?

1 Answers  


What is concurrency?

0 Answers  


OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE SAME THEN WHAT IS THE USE OF OUTER JOINS.

1 Answers   Syntel,


What is the physical storage length of date data type?

0 Answers  


How do I import a csv file into db2?

0 Answers  


What is rct?

0 Answers  


What is the use of dclgen in db2?

0 Answers  


Categories