What is meant by AUTO COMMIT?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
When is the authorization check on DB2 objects done - at BIND time or run time?
What is a SELECT statement?
What is drop table?
Explain transactions, commits and rollbacks in DB2.
What is db2 plan table?
What is a plan and package in db2?
what is a collection?
what are the SQL codes u freequently got?
What is bind package and plan in db2?
What are foreign keys?
What does the RUNSTATS Utility do?
What do you mean by NOT NULL WITH DEFAULT? When will you use it?