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 |
what is static sql? what is dynamic sql? Give me details
What is a bind in db2?
DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example
What are union and union all?
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
Explain what are the various isolation levels possible?
What is a Database Request Module(DBRM)?
What is the difference between nvl and coalesce?
in a table consist of 1000 records among that i was updated 145 record how could i know that ..list of recently updated record's and where could i see those updated record's....pls help me out....
How does coalesce work?
What are the three lock types?