Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain transactions, commits and rollbacks in DB2.

Answers were Sorted based on User's Feedback



Explain transactions, commits and rollbacks in DB2...

Answer / 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

Explain transactions, commits and rollbacks in DB2...

Answer / s

Transactions are programs that run under the transaction
managers like CICS, IMS/TM. Transactions require excellent
response times.

Commit makes the database changes permanent that was made
during a unit of recovery ie. from one consistency point to
another.

Rollbacks reverses the changes made to the database during
a unit of recovery.

Is This Answer Correct ?    1 Yes 0 No

Explain transactions, commits and rollbacks in DB2...

Answer / deepak

Transaction is any basic operation in DB2 like Insert,
Update, Delete is called transaction.

Commit-is use to save the records in data base for ex, I
have hundred records I got an abend in 50th records I can
save upto 49 records, and solve the issue and continue from
50th records,

Roll Back- it do not save the records if any abend occurs

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?

4 Answers  


When the like statement is used?

0 Answers  


What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?

2 Answers   Cap Gemini,


What will the DB2 optimizer do?

2 Answers  


How Plan is created while executing the query using SPUFI?

3 Answers  


Define check constraint.

0 Answers  


What is an alias and how does it differ from a synonym?

3 Answers  


What is dbrm? When it will be created?

0 Answers  


what is the difference between declaring the cursor in WS section and Procedure division?

1 Answers   HCL,


Plan has the optimized access path in it. But is that optimized access path is attained or known

1 Answers   IBM,


What is difference between alias and synonym in db2?

0 Answers  


What is with ur in db2?

0 Answers  


Categories