WHAT IS MEANT BY COMMIT COMMAND?

Answers were Sorted based on User's Feedback



WHAT IS MEANT BY COMMIT COMMAND?..

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

WHAT IS MEANT BY COMMIT COMMAND?..

Answer / pankaj sharma

save the executable file

Is This Answer Correct ?    1 Yes 0 No

WHAT IS MEANT BY COMMIT COMMAND?..

Answer / harsha

It is used to save the Logical Unit of Work(LUW) to
database.

Is This Answer Correct ?    1 Yes 0 No

WHAT IS MEANT BY COMMIT COMMAND?..

Answer / santhosh

commit means saves the previous transaction done

Is This Answer Correct ?    0 Yes 0 No

WHAT IS MEANT BY COMMIT COMMAND?..

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

WHAT IS MEANT BY COMMIT COMMAND?..

Answer / shaikdada

I TOLD IT IS THE LAST EXECUTABLE STATEMENT OF COBOL DB2
PROGRAM.

Is This Answer Correct ?    2 Yes 3 No

WHAT IS MEANT BY COMMIT COMMAND?..

Answer / bimpilika pila pi

commit is waste... dont use it...

Is This Answer Correct ?    0 Yes 8 No

Post New Answer

More DB2 Interview Questions

What is an intent lock?

3 Answers  


What is the difference between a package and a plan?

6 Answers   Infosys, L&T, Mphasis,


1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.

1 Answers   Cap Gemini,


When do you use the IMAGECOPY?

4 Answers  


What does runstats do in db2?

0 Answers  






How to define the data items to receive the fetch items for the SQL?

2 Answers  


What is dbrm?

0 Answers  


How can you compare table column after update and before update?

5 Answers   Satyam,


What is a lock?

1 Answers  


What is meant by union and union all?

0 Answers  


What is the specific need of Plan and..where are the tables in DB2 are physically saved

3 Answers   Infosys,


by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?

4 Answers   Mphasis,


Categories