<?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>what is database normalization - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/what-is-database-normalization/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/what-is-database-normalization/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Sat, 20 Aug 2022 07:27:08 +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>what is database normalization - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/what-is-database-normalization/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is Normalization in SQL ?</title>
		<link>https://www.wikitechy.com/interview-questions/sql/what-is-normalization-in-sql/</link>
					<comments>https://www.wikitechy.com/interview-questions/sql/what-is-normalization-in-sql/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Sat, 20 Aug 2022 07:27:08 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[normal forms in dbms]]></category>
		<category><![CDATA[normalisation]]></category>
		<category><![CDATA[normalisation in dbms]]></category>
		<category><![CDATA[normalization]]></category>
		<category><![CDATA[normalization example]]></category>
		<category><![CDATA[normalization in dbms]]></category>
		<category><![CDATA[normalization in sql]]></category>
		<category><![CDATA[normalization sql]]></category>
		<category><![CDATA[normalize database]]></category>
		<category><![CDATA[types of normalization]]></category>
		<category><![CDATA[what is database normalization]]></category>
		<category><![CDATA[what is normalization and denormalization]]></category>
		<category><![CDATA[what is normalization in computer]]></category>
		<category><![CDATA[what is normalization in database]]></category>
		<category><![CDATA[what is normalization in dbms]]></category>
		<category><![CDATA[what is normalization in machine learning]]></category>
		<category><![CDATA[what is normalization in python]]></category>
		<category><![CDATA[what is normalization in sql]]></category>
		<category><![CDATA[what is normalization in sql server]]></category>
		<category><![CDATA[what is normalization in statistics]]></category>
		<category><![CDATA[what is normalization of data]]></category>
		<category><![CDATA[what is normalization of deviance]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4827</guid>

					<description><![CDATA[It is a rule where larger tables are divided into smaller tables and they are linked using relationships. Process of organizing data in a data base is called as Normalization.  The purpose of Normalisation is to eliminate repetitive data and ensure that data is stored logically. Normalization minimizes redundency from a relation or relation set. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4829 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/database-normalization-.png" alt="" width="831" height="320" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/database-normalization-.png 831w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/database-normalization--300x116.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/database-normalization--768x296.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/database-normalization--390x150.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/database-normalization--820x316.png 820w" sizes="(max-width: 831px) 100vw, 831px" /></p>
<ul>
<li style="text-align: justify;">It is a rule where larger tables are divided into smaller tables and they are linked using relationships.</li>
<li style="text-align: justify;">Process of organizing data in a data base is called as Normalization.</li>
<li style="text-align: justify;"> The purpose of Normalisation is to eliminate repetitive data and ensure that data is stored logically.</li>
<li>Normalization minimizes redundency from a relation or relation set.</li>
<li>Normalization also helps in minimizing Reuse of data.</li>
<li>Also helps in reduction of insertion, updation and deletion anamolies.</li>
<li>Relation schemas that do not meet the properties are decomposed into small relation schemas so that they can meet the desired properties.</li>
<li>It is a rule where larger tables are divided into smaller tables and they are linked using relationships.</li>
<li>Database table redundancy is reduced by using normal forms.</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-4828 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/normalized-database-example.png" alt="" width="800" height="400" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/normalized-database-example.png 800w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/normalized-database-example-300x150.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/normalized-database-example-768x384.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/normalized-database-example-390x195.png 390w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/sql/what-is-normalization-in-sql/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
