<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>acid properties in rdbms - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/acid-properties-in-rdbms/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/acid-properties-in-rdbms/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Fri, 03 Jun 2022 09:42:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>acid properties in rdbms - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/acid-properties-in-rdbms/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the concept of ACID properties in DBMS ?</title>
		<link>https://www.wikitechy.com/interview-questions/dbms/what-is-the-concept-of-acid-properties-in-dbms/</link>
					<comments>https://www.wikitechy.com/interview-questions/dbms/what-is-the-concept-of-acid-properties-in-dbms/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Fri, 03 Jun 2022 09:41:49 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[acid in dbms]]></category>
		<category><![CDATA[acid properties in database]]></category>
		<category><![CDATA[acid properties in dbms]]></category>
		<category><![CDATA[acid properties in dbms with examples]]></category>
		<category><![CDATA[acid properties in rdbms]]></category>
		<category><![CDATA[acid properties of transaction]]></category>
		<category><![CDATA[acid properties of transaction in dbms]]></category>
		<category><![CDATA[transaction in dbms]]></category>
		<category><![CDATA[transaction management in dbms]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4394</guid>

					<description><![CDATA[ACID stands for Atomicity, Consisency, Isolation, and Durbility property. Multiple users can share data in a safe and secure way using these properties.  Atomicity: Atomicity is based on the principle of “either all or nothing” which means that if any updates  happens inside the database then that updates should be available for others beyond user [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4395" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/Explain-the-concept-of-ACID-Properties-in-DBMS..jpg" alt="" width="802" height="436" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/Explain-the-concept-of-ACID-Properties-in-DBMS..jpg 802w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/Explain-the-concept-of-ACID-Properties-in-DBMS.-300x163.jpg 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/Explain-the-concept-of-ACID-Properties-in-DBMS.-768x418.jpg 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/Explain-the-concept-of-ACID-Properties-in-DBMS.-390x212.jpg 390w" sizes="(max-width: 802px) 100vw, 802px" /></p>
<p style="text-align: justify;">ACID stands for Atomicity, Consisency, Isolation, and Durbility property. Multiple users can share data in a safe and secure way using these properties.</p>
<h3 id="atomicity" style="text-align: justify;"> <strong>Atomicity</strong><strong>:</strong></h3>
<ul style="text-align: justify;">
<li>Atomicity is based on the principle of “either all or nothing” which means that if any updates  happens inside the database then that updates should be available for others beyond user and application.</li>
<li>If any updates happens inside the database then that updates should not be available for others beyond user and application.</li>
</ul>
<h3 id="consistency" style="text-align: justify;"><strong>Consistency</strong><strong>: </strong></h3>
<ul style="text-align: justify;">
<li>Inside a database before or after any transaction takes place this ensures that consistency is maintained.</li>
</ul>
<h3 id="isolation" style="text-align: justify;"><strong>Isolation</strong>:</h3>
<ul style="text-align: justify;">
<li>This property states that happens in isolation with other which means that any transactions that has started but not yet completed should be in isolation with others so that the other transactions are not affected by this transaction.</li>
</ul>
<h3 id="durability" style="text-align: justify;"><strong>Durability</strong>:</h3>
<ul>
<li style="text-align: justify;">This property states that the data should always be in a durable state i.e. any data which is in the committed state should be available in the same state even if any failure or restart occurs in the system</li>
</ul>
<h3 id="transaction-states-in-dbms">Transaction States in DBMS</h3>
<p><img decoding="async" class="alignnone size-full wp-image-4441" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/transaction-states-in-dbms.png" alt="" width="1340" height="621" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/transaction-states-in-dbms.png 1340w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/transaction-states-in-dbms-300x139.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/transaction-states-in-dbms-1024x475.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/transaction-states-in-dbms-768x356.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/transaction-states-in-dbms-390x181.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/transaction-states-in-dbms-820x380.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/transaction-states-in-dbms-1180x547.png 1180w" sizes="(max-width: 1340px) 100vw, 1340px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/dbms/what-is-the-concept-of-acid-properties-in-dbms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
