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
How is a database related to a table?
What is the purpose of a database?
How to retrive a student with height marks,second height and third height from MS access database what wil be the query for this purpuse?
What are the features of database language?
Why are databases so important?
All questions related to Control m monitoring tool
Which two statements are true about a foreign key?
What is difference between database and server?
What are partitions in database?
What are the different types of keys in database?
What integrity rules exist in the dbms?
What is data redundancy in dbms?
what are the differences between network and hierarchical database model?
What is package in dbms?
How do you performance tune a database?