What are ACID properties in DBMS ?
Hello aspirant,
Actually ACID stands for atomicity,concistency, isolation, durability in DBMS.
HERE ARE PROPERTIES OF ACID:-
1 .Atomicity - Each transaction is said to be atomic if when one part of the transaction fails , the entire transaction failed .
2. Consistency - It states that only valid data will be written to the database. Every value should be up-to-date.
3. Isolation- Isolation refers to the requirements that other operations cannot Access and see the data in an intermediate state during a transaction.
4.Durability - In database , durability is the property that ensured transaction are saved permanently and do not accidently erased even during a database crash .
Hope this helps you
Feel free to ask any questions
All the best for your future