Q.
What is ACID means in Computer science?
Asked by question answer,
29 Oct '11 11:08 pm
Earn 10 points for answering
Answers (4)
1.
In computer science, ACID (atomicity, consistency, isolation, durability) is a set of properties that guarantee database transactions are processed reliably. In the context of databases, a single logical operation on the data is called a transaction. For example, a transfer of funds from one bank account to another, even though that might involve multiple changes (such as debiting one account and crediting another), is a single transaction.
Source: wiki//
Answered by LIPSIKA, 29 Oct '11 11:11 pm
Report abuse
Useful
(1)
Not Useful
(0)
Your vote on this answer has already been received
2.
In computer science, ACID (atomicity, consistency, isolation, durability) is a set of properties that guarantee database transactions are processed reliably. In the context of databases, a single logical operation on the data is called a transaction. For example, a transfer of funds from one bank account to another, even though that might involve multiple changes (such as debiting one account and crediting another), is a single transaction.
Answered by klm, 29 Oct '11 11:12 pm
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
3.
Report abuse
Useful
(1)
Not Useful
(0)
Your vote on this answer has already been received
4.
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received