<?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>basic concept of normalization - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/basic-concept-of-normalization/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/basic-concept-of-normalization/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Wed, 26 Oct 2022 09:25:20 +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>basic concept of normalization - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/basic-concept-of-normalization/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Normal Forms in DBMS ?</title>
		<link>https://www.wikitechy.com/interview-questions/dbms/normal-forms-in-dbms/</link>
					<comments>https://www.wikitechy.com/interview-questions/dbms/normal-forms-in-dbms/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 09:22:43 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[basic concept of normalization]]></category>
		<category><![CDATA[database normalization]]></category>
		<category><![CDATA[dbms normalization]]></category>
		<category><![CDATA[need of normalization in dbms]]></category>
		<category><![CDATA[normal forms in dbms]]></category>
		<category><![CDATA[normalization example]]></category>
		<category><![CDATA[normalization in database with example tables]]></category>
		<category><![CDATA[normalization in dbms]]></category>
		<category><![CDATA[types of normalization in dbms]]></category>
		<category><![CDATA[what is normalization in dbms]]></category>
		<category><![CDATA[what is normalization in sql]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=5040</guid>

					<description><![CDATA[There are 4 types of form in Normalization : First Normal Form(1NF)  If a relation does not contain any multi valued attributes, then the relation is said to be in First Normal Form. A relation is said to be in First Normal Form if each attributes contains only single value. Rule of First normal form [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">There are 4 types of form in Normalization :</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-5041 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/Types-of-normal-forms-in-dbms.jpg" alt="" width="621" height="518" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/Types-of-normal-forms-in-dbms.jpg 621w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/Types-of-normal-forms-in-dbms-300x250.jpg 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/Types-of-normal-forms-in-dbms-390x325.jpg 390w" sizes="(max-width: 621px) 100vw, 621px" /></p>
<h2 id="first-normal-form1nf" style="text-align: justify;"><strong>First Normal Form(1NF) </strong></h2>
<ul style="text-align: justify;">
<li>If a relation does not contain any multi valued attributes, then the relation is said to be in First Normal Form.</li>
<li>A relation is said to be in First Normal Form if each attributes contains only single value.</li>
<li>Rule of First normal form states that an attribute of a table cannot have multiple values. It can have only single values.</li>
</ul>
<h2 id="second-normal-form2nf" style="text-align: justify;"><strong>Second Normal Form(2NF)</strong></h2>
<ul style="text-align: justify;">
<li>A table is said to be second normal form on two conditions</li>
<li>Table should be in First Normal Form(1NF).</li>
<li>Any non-prime attribute is not dependent on the proper subset of the candidate key of the table.</li>
<li>Non prime attribute is an attribute which is not a part of any candidate key.</li>
</ul>
<h2 id="third-normal-form3nf" style="text-align: justify;"><strong>Third Normal Form(3NF)</strong></h2>
<ul style="text-align: justify;">
<li>A design of the table is said to be third normal form(3NF) only if</li>
<li>A Table is in second normal form(2NF)</li>
<li>Transitive functional dependency of non-prime attribute on any super key should be removed.</li>
<li>Non prime attribute is an attribute which is not a part of any candidate key.</li>
</ul>
<h2 id="boycee-codd-normal-formbcnf" style="text-align: justify;"><strong>Boycee &amp; Codd Normal Form(BCNF)</strong></h2>
<ul style="text-align: justify;">
<li>An advanced version of third normal form is known as Boycee &amp; Codd Normal Forms(BCNF).</li>
<li>BCNF is stricter than third normal form.</li>
<li>A table is said to be in BCNF if it is already in 3NF and every functional dependency should be the super key of the table.</li>
</ul>
<p style="text-align: justify;">
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/dbms/normal-forms-in-dbms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
