WHAT IS MEANT BY COMMIT COMMAND?
Answers were Sorted based on User's Feedback
Answer / labog
Commit saves all the changes made to the database and
closes all Cursors opened except the Cursors with WITH HOLD
option.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / harsha
It is used to save the Logical Unit of Work(LUW) to
database.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / santhosh
commit means saves the previous transaction done
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishnaveni
commit is used to save the previous dml(data manipulation
language ex:insert,upadte,.) statements
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shaikdada
I TOLD IT IS THE LAST EXECUTABLE STATEMENT OF COBOL DB2
PROGRAM.
Is This Answer Correct ? | 2 Yes | 3 No |
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
What is the difference between Where and Having Clause
What is deadlock in db2?
What is the syntax for creating a table in the db2 database?
could you give me an example how, where i code CHECKPOINT and restart...I need and example....thanks..
Explain the EXPLAIN statement?
What is collection in db2 bind?
How to create a table using embedded sql?
What is the difference between dbm cfg and db cfg file in db2 ?
List out the three types of page locks that can be held.
Explain the function of data manager.
What is reorg in DB2