Computer Science, asked by Skeshri3428, 1 year ago

A transaction in which either all of the database actions occur or none of them do is called:
A.atomic.
B.consistent.
C.isolated.
D.durable.

Answers

Answered by Anonymous
0
<b><font size = "4">(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)
╭╼╾╼╾╼╾╼╾╼╾╼╾╼╾╮
┃ ┈┈ [_Hɪ Mᴀᴛᴇ_] ┈┈┈ ┃
╰╼╾╼╾╼╾╼╾╼╾╼╾╼╾╯

╔═══❁═❀═✪═❀═❁════╗
......Here You Go Ur Answer......
╚═══❁═❀═✪═❀═❁════╝

ıllıllıllıllıllıllı[ Your Answer ]ıllıllıllıllıllıllı

◆━━━━━◆♤◆━━━━━◆
☆Correct | ♤ | Option☆
◆━━━━━◆♤◆━━━━━◆

[D] \bf {\underline{Answer}}

<marquee>

▂▃▅▇█▓▒░[ Hope It Helps You Dear ]░▒▓█▇▅▃▂
Answered by aryansuts01
0

Answer:

The answer is option [A] .atomic.

The term "atomicity" refers to the ability to combine several actions into a single logical entity, so that subsequent threads of control accessing the database will either see all changes or none at all.

Explanation:

To avoid various transactions from interfering with one another, transactions are made atomic. This can only occur if many user processes are attempting to access the database simultaneously, such as when a server permits multiple clients to utilize it at once.

The atomic property indicates that a transaction is an undivided unit of execution that either completely carries out its intended function or else has no impact on the database at all; in other words, an atomic transaction leaves the same database state it started with even if it

doesn't fully commit. On the other hand, if an atomic transaction succeeds, the database state it leaves behind contains only the modifications that were computed during that transaction and none of the others.

#SPJ3

Similar questions