<?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 of transaction in dbms - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/acid-properties-of-transaction-in-dbms/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/acid-properties-of-transaction-in-dbms/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Wed, 26 Oct 2022 10:07:01 +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 of transaction in dbms - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/acid-properties-of-transaction-in-dbms/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is Transaction in DBMS ?</title>
		<link>https://www.wikitechy.com/interview-questions/dbms/what-is-transaction-in-dbms/</link>
					<comments>https://www.wikitechy.com/interview-questions/dbms/what-is-transaction-in-dbms/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 10:07:01 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[acid properties in dbms]]></category>
		<category><![CDATA[acid properties of transaction in dbms]]></category>
		<category><![CDATA[concurrent execution of transaction in dbms]]></category>
		<category><![CDATA[dbms transaction]]></category>
		<category><![CDATA[dbms transaction property]]></category>
		<category><![CDATA[how to process the transaction in dbms]]></category>
		<category><![CDATA[state of transaction in dbms]]></category>
		<category><![CDATA[transaction in dbms]]></category>
		<category><![CDATA[transaction management in dbms]]></category>
		<category><![CDATA[types of transaction in dbms]]></category>
		<category><![CDATA[what are the properties of transaction in dbms]]></category>
		<category><![CDATA[what is transaction in dbms]]></category>
		<category><![CDATA[what is transaction in dbms with example]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=5045</guid>

					<description><![CDATA[If we need one or more database access operations, we have a logical unit of processing called Database Transaction. In simple, database transactions represent real-world events of any enterprise. Database is inconsistent during the transaction. Database is committed only once the state is changed from one consistent state to another. State of Transactions Active State [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">If we need one or more database access operations, we have a logical unit of processing called Database Transaction.</li>
<li style="text-align: justify;">In simple, database transactions represent real-world events of any enterprise.</li>
<li style="text-align: justify;">Database is inconsistent during the transaction.</li>
<li style="text-align: justify;">Database is committed only once the state is changed from one consistent state to another.</li>
</ul>
<h2 id="state-of-transactions" style="text-align: justify;"><strong>State of Transactions</strong></h2>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-5046" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/transactions-in-dbms.jpg" alt="" width="650" height="387" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/transactions-in-dbms.jpg 650w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/transactions-in-dbms-300x179.jpg 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/transactions-in-dbms-390x232.jpg 390w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<h3 id="active-state" style="text-align: justify;">Active State</h3>
<ul style="text-align: justify;">
<li>A transaction is said to be in an active state when the execution process begins.</li>
<li>This is the state where read write operations are performed.</li>
</ul>
<h3 id="partially-committed" style="text-align: justify;">Partially Committed</h3>
<ul style="text-align: justify;">
<li>A Transaction is said to be in a partially committed state after the end of a transaction.</li>
</ul>
<h3 id="committed-state" style="text-align: justify;">Committed State</h3>
<ul style="text-align: justify;">
<li>When a transaction is executed successfully, transaction is said to be in the committed state.</li>
<li>Changes made are recorded in the database permanently.</li>
</ul>
<h3 id="failed-state" style="text-align: justify;">Failed State</h3>
<ul style="text-align: justify;">
<li>A transaction is considered to be in the failed state when any one of the checks fails, or when the transaction is aborted while it is in the active state.</li>
</ul>
<h3 id="terminated-state" style="text-align: justify;">Terminated State</h3>
<ul style="text-align: justify;">
<li>A transaction is said to be in the terminated state when certain transactions which are leaving the system cannot be restarted.</li>
</ul>
<p style="text-align: justify;">
<p style="text-align: justify;">
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/dbms/what-is-transaction-in-dbms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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 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>
