Explain transaction atomicity?

Answers were Sorted based on User's Feedback



Explain transaction atomicity? ..

Answer / saurav

Transaction Atomicity has four attributes:-ACID (atomicity,
consistency, isolation, and durability) is an acronym
device for learning and remembering the four primary
attributes ensured to any transaction by a transaction
manager (which is also called a transaction monitor). These
attributes are given below:
Atomicity. In a transaction involving two or more discrete
pieces of information, either all of the pieces are
committed or none are.

Consistency. A transaction either creates a new and valid
state of data, or, if any failure occurs, returns all data
to its state before the transaction was started.

Isolation. A transaction in process and not yet committed
must remain isolated from any other transaction.

Durability. Committed data is saved by the system such
that, even in the event of a failure and system restart,
the data is available in its correct state.

Is This Answer Correct ?    5 Yes 1 No

Explain transaction atomicity? ..

Answer / swapna

We must ensure that the entire transaction is either
committed or rolled back.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More COM+ Interview Questions

Explain queued components?

1 Answers  


Define manageability?

1 Answers  


What are loosely coupled events?

0 Answers  


Disadvantages of com components?

3 Answers   Microsoft,


What is the difference between com architecture and .net architecture?

0 Answers  






Define reliability?

1 Answers  


can we send inputs to visual basic projects through command line arguments

1 Answers   CTS,


Define transaction atomicity?

0 Answers  


Can .NET Framework components use the features of Component Services?

0 Answers  


Explain how to make a net component talk to a com component?

0 Answers  


Explain durability?

1 Answers  


How to invoke .net components from com components,give the sequence ?

3 Answers   Digital GlobalSoft, UST,


Categories