Answer Posted / sagar
Atomicity: is an all-or-none proposition.
Consistency: guarantees that a transaction never leaves your
database in a half-finished state.
Isolation: keeps transactions separated from each other
until they’re finished.
Durability: guarantees that the database will keep track of
pending changes in such a way that the server can recover
from an abnormal termination.
Above four rules are very important for any developers
dealing with databases.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the importance of partitioning in dbms?
Which database is best for storing images?
Can I use google sheets as a database?
Explain the terms specialization and generalization.
How a Store Procedure called with a cursor out parameter.?
What are different type of normalization?
what are the two integrity rules used in DBMS?
Mention some disadvantages of query?
What are foreign keys in database?
Why is database used?
Is there a way to detect whether fbclient.dll or fbembed.dll is loaded?
Explain about the properties of cursors?
How to load a file into database column?
What is the best free database?
Define truncate and delete commands?