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...


What will the COMMIT accomplish?

Answers were Sorted based on User's Feedback



What will the COMMIT accomplish?..

Answer / jdriley

It will make the edits you made to the tables using INSERT,
UPDATE, and DELETE permanent.

Is This Answer Correct ?    2 Yes 0 No

What will the COMMIT accomplish?..

Answer / abhisek

COMMIT will save/commit the changes made to a database
while INSERT, DELETE and UPDATE operations.

Is This Answer Correct ?    1 Yes 0 No

What will the COMMIT accomplish?..

Answer / as

Commit will clear the content of DB2 buffers.

This point comes to use when you are updating huge nbr of
records without using commit. If the buffer become full
before you commit, then it will cause problem.

Is This Answer Correct ?    1 Yes 0 No

What will the COMMIT accomplish?..

Answer / s

COMMIT will write the updates out to DASD.

Is This Answer Correct ?    0 Yes 0 No

What will the COMMIT accomplish?..

Answer / urta

issuing the command "commit" means u have saved the
transaction..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it

1 Answers   TCS,


What are db2 objects?

0 Answers  


In a DB2-CICS program which is acts as co-ordinator and which is participant?

1 Answers   IBM,


could you give me an example how, where i code CHECKPOINT and restart...I need and example....thanks..

5 Answers  


What are the disadvantages of using VARCHAR?

3 Answers  


What do you mean by storage group (stogroup)?

0 Answers  


What is a composite index and how does it differ from a multiple index?

1 Answers  


How can tablespace be moved to another dasd volume that is allocated for that tablespace?

0 Answers  


What is database reorganization?

0 Answers  


How would the varchar column remarks defined?

0 Answers  


What are foreign keys in db2?

0 Answers  


How do you concatenate the firstname and lastname from emp table to give a complete name?

0 Answers  


Categories