What is meant by AUTO COMMIT?

Answers were Sorted based on User's Feedback



What is meant by AUTO COMMIT?..

Answer / s

When an application program executes successfully or when
you use SPUFI to issue SQL, a commit is issueed
automatically.

Is This Answer Correct ?    3 Yes 1 No

What is meant by AUTO COMMIT?..

Answer / m4io

"excutes" should be "ends"

thus :

When an application program ENDS successfully or when
you use SPUFI to issue SQL, a commit is issueed
automatically.

Is This Answer Correct ?    1 Yes 1 No

What is meant by AUTO COMMIT?..

Answer / mako

db2 list command option using c off
or
db2 list command option using c on

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More DB2 Interview Questions

What is the syntax for creating a table in the db2 database?

0 Answers  


Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?

1 Answers   IBM,


What is meant by repeatable read?

4 Answers  


How can record locking be achieved in those DB2 versions which do not support it?

0 Answers  


when does the SQL statement gets executed when you use cursor in the application programming ?

3 Answers   IBM,






How is deadlock resolved?

0 Answers  


What is sqlcode -922 ?

2 Answers  


How to find primary key of a table in db2?

0 Answers  


What is drop table?

0 Answers  


How do you insert a record with a nullable column?

2 Answers  


why should we bind the DB2 program . What if we did not BIND a BD2 program ??

9 Answers   Infosys, TCS, Xansa,


If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?

0 Answers  


Categories