Explain transactions, commits and rollbacks in DB2.
Answer Posted / kumar
Transaction is any basic operation in DB2 like Insert,
Update, Delete is called transaction.
Commit: Make the changes permanently in database
Rollback: Get back the changes to the database.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the syntax for creating a table in the db2 database?
Explain about mirror activator disk mirroring?
Which component is responsible for processing sql statements and selecting access paths?
Why select is not preferred in embedded sql programs?
What is meant by explain?
What is ibm db2 used for?
What is the clustering index in the db2 database?
How can you quickly find out the # of rows updated after an update statement?
What is rct?
What is a db2 package?
Which is faster delete or truncate?
What is the use of predicate?
Give a brief description of db2 isolation levels?
What is null in db2?
How do you pull up a query which was previously saved in qmf?