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

Is it possible using max on a char column?

0 Answers  


Name the various locking levels available?

0 Answers  


How to fetch the last row from the table in SQL (db2)?

0 Answers  


What is bind package and plan in db2?

0 Answers  


What is bind and rebind in db2?

0 Answers  






In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?

0 Answers  


Q3. How will you fetch duplicate values from a DB2 table?

2 Answers   RBS,


can you use symbolic parameters in JOB?

5 Answers   IBM,


Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?

3 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  


What is the difference between Primary key and unique index?

6 Answers  


What is a plan and package in db2?

0 Answers  


Categories