InterviewSolution
Saved Bookmarks
| 1. |
Is transaction properties Important? and ACID? if so explain it |
|
Answer» tion:ACID properties are 4 IMPORTANT properties of a transaction that a DBMS MUST ensure to MAINTAIN data in the case of concurrent access & system failures. ... The POINT of failure may be after the completion of Write(A,a) & before Write(B,b). It means that changes in A are performed but not in B.hope this will help you.thank you |
|