<?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>transaction in dbms - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/transaction-in-dbms/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/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>transaction in dbms - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/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>
		<item>
		<title>Characteristics of DBMS ?</title>
		<link>https://www.wikitechy.com/interview-questions/dbms/characteristics-of-dbms/</link>
					<comments>https://www.wikitechy.com/interview-questions/dbms/characteristics-of-dbms/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 19 Jul 2021 10:29:18 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[5 example of database]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[advantages and disadvantages of dbms]]></category>
		<category><![CDATA[advantages of database approach]]></category>
		<category><![CDATA[advantages of database management system]]></category>
		<category><![CDATA[advantages of dbms]]></category>
		<category><![CDATA[advantages of dbms over file system]]></category>
		<category><![CDATA[Atos interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[characteristics of database]]></category>
		<category><![CDATA[characteristics of dbms]]></category>
		<category><![CDATA[Chetu interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[concept of database management system]]></category>
		<category><![CDATA[database and database management system]]></category>
		<category><![CDATA[database application]]></category>
		<category><![CDATA[database examples]]></category>
		<category><![CDATA[database management]]></category>
		<category><![CDATA[database management software]]></category>
		<category><![CDATA[database management system]]></category>
		<category><![CDATA[database management system examples]]></category>
		<category><![CDATA[database management system notes]]></category>
		<category><![CDATA[database management system tutorial]]></category>
		<category><![CDATA[database system]]></category>
		<category><![CDATA[database system applications]]></category>
		<category><![CDATA[dbms]]></category>
		<category><![CDATA[dbms examples]]></category>
		<category><![CDATA[dbms programs]]></category>
		<category><![CDATA[dbms software]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[example of database system]]></category>
		<category><![CDATA[example of dbms and rdbms]]></category>
		<category><![CDATA[explain database management system]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Infosys Technologies interview questions and answers]]></category>
		<category><![CDATA[introduction to database management system]]></category>
		<category><![CDATA[L&T Infotech interview questions and answers]]></category>
		<category><![CDATA[Mavenir interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[Persistent Systems interview questions and answers]]></category>
		<category><![CDATA[Prokarma Softech Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[RBS India Development Centre Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[rdbms]]></category>
		<category><![CDATA[rdbms database]]></category>
		<category><![CDATA[relational database management system]]></category>
		<category><![CDATA[Ruboid Technovision Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[SAP Labs India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Shell Infotech interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[transaction in dbms]]></category>
		<category><![CDATA[types of database]]></category>
		<category><![CDATA[types of database management system]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[what is database management system]]></category>
		<category><![CDATA[what is database system]]></category>
		<category><![CDATA[what is dbms]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[xp interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=1036</guid>

					<description><![CDATA[Answer : D) all the above...]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="characteristics-of-dbms" class="color-pink" style="text-align: justify;">Characteristics of DBMS ?</h2>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<ul>
<li style="list-style-type: none;">
<ul>A) non-redundant</ul>
</li>
</ul>
<ul>
<li style="list-style-type: none;">
<ul>B) data independence</ul>
</li>
</ul>
<ul>
<li style="list-style-type: none;">
<ul>C) increased security</ul>
</li>
</ul>
<ul>D) all the above</ul>
</div>
</div>
<p style="text-align: justify;"><strong>Answer : D) all the above</strong></p>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="what-is-dbms" class="color-blue">What is DBMS ?</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>A database management system (DBMS) is a software package designed to define manipulate, retrieve and manage data in a database.</li>
<li>A DBMS mostly manipulates the data itself, the data format, field names, record structure and file structure. It also defines rules to validate and manipulate this data.</li>
<li>A DBMS relieves users of framing programs for data maintenance. Fourth-generation query languages, such as SQL, are used along with the DBMS package to interact with a database.</li>
<li>Some other DBMS examples include:
<ul>
<li>MySQL</li>
<li>SQL Server</li>
<li>Oracle</li>
<li>dBASE</li>
<li>FoxPro</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="text-center row" style="text-align: justify;"><span style="color: #000000; font-family: inherit; font-size: 2rem;">Characterstics of DBMS</span></div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Data abstraction and independence.</li>
<li>Data security.</li>
<li>A locking mechanism for concurrent access.</li>
<li>An efficient handler to balance the needs of multiple applications using the same data.</li>
<li>The ability to swiftly recover from crashes and errors, including restartability and recoverability.</li>
<li>Robust data integrity capabilities.</li>
<li>Logging and auditing of activity.</li>
<li>Simple access using a standard application programming interface (API).</li>
<li>Uniform administration procedures for data.</li>
</ul>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img decoding="async" class="img-responsive center-block aligncenter" src="https://cdn.wikitechy.com/interview-questions/dbms/characteristics-of-a-database-management-system.png" alt="Characteristics of DBMS" /></div>
</div>
<p style="text-align: center;" align="center">Characteristics of DBMS</p>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="advandages-of-dbms" class="color-blue">Advandages of DBMS</h2>
</div>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li style="text-align: justify;">One of the most advantages of using a DBMS is that it lets end users and application programmers access and use the same data while managing data integrity.</li>
<li style="text-align: justify;">Data is better protected and maintained when it can be shared using a DBMS instead of creating new iterations of the same data stored in new files for every new application.</li>
</ul>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/dbms/characteristics-of-dbms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
