---
title: "what is ACID properties in transaction?"  
description: "what is ACID properties in transaction?"  
author: "Rajesh Goswami"  
published: 2010-11-08  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/215/what-is-acid-properties-in-transaction  
category: "db2"  
tags: ["db2"]  
reading_time: 1 minute  

---

# what is ACID properties in transaction?

ACID properties is used in trasaction of data, we use these properties\
A-Atomic\
C-Consistency\
I-Integrity\
D-Durability

## Answers

### Answer by Anurag Sharma

ACID properties are an important concept for databases. The acronym stands for Atomicity, Consistency, Isolation, and Durability.The ACID properties of a DBMS allow safe sharing of data. Without these ACID properties, everyday occurrences such using computer systems to buy products would be difficult and the potential for inaccuracy would be huge.

### Answer by Rajesh Goswami

ACID properties is used in trasaction of data, we use these properties\
A-Atomic\
C-Consistency\
I-Integrity\
D-Durability


---

Original Source: https://www.mindstick.com/interview/215/what-is-acid-properties-in-transaction

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
