<?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>normal forms in dbms - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/normal-forms-in-dbms/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/normal-forms-in-dbms/</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>normal forms in dbms - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/normal-forms-in-dbms/</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>
		<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 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>
		<item>
		<title>What is DBMS ?</title>
		<link>https://www.wikitechy.com/interview-questions/dbms/what-is-dbms/</link>
					<comments>https://www.wikitechy.com/interview-questions/dbms/what-is-dbms/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 19 Jul 2021 10:26:42 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[advantages of database management system]]></category>
		<category><![CDATA[advantages of rdbms]]></category>
		<category><![CDATA[application of dbms]]></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[Chetu interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[classification of database management system]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[data definition in dbms]]></category>
		<category><![CDATA[database and dbms]]></category>
		<category><![CDATA[database definition in dbms]]></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[dbms]]></category>
		<category><![CDATA[dbms definition]]></category>
		<category><![CDATA[dbms examples]]></category>
		<category><![CDATA[dbms interview questions]]></category>
		<category><![CDATA[dbms software]]></category>
		<category><![CDATA[dbms systems]]></category>
		<category><![CDATA[dbms vs dbms]]></category>
		<category><![CDATA[define data in dbms]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[difference between dbms and rdbms]]></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[indexing in dbms]]></category>
		<category><![CDATA[Infosys Technologies interview questions and answers]]></category>
		<category><![CDATA[L&T Infotech interview questions and answers]]></category>
		<category><![CDATA[learn relational database management system]]></category>
		<category><![CDATA[list and describe the different types of databases.relational database management system]]></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[normal forms in dbms]]></category>
		<category><![CDATA[normalization in dbms]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[Persistent Systems interview questions and answers]]></category>
		<category><![CDATA[polaris financial technology 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 definition]]></category>
		<category><![CDATA[rdbms examples]]></category>
		<category><![CDATA[rdbms oracle]]></category>
		<category><![CDATA[relational database management system]]></category>
		<category><![CDATA[relational database management system notes]]></category>
		<category><![CDATA[relational database model]]></category>
		<category><![CDATA[relational dbms]]></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[sql in dbms]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[two types of database]]></category>
		<category><![CDATA[types of database]]></category>
		<category><![CDATA[types of database management system]]></category>
		<category><![CDATA[types of database software]]></category>
		<category><![CDATA[types of dbms software]]></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 data in dbms]]></category>
		<category><![CDATA[what is database in dbms]]></category>
		<category><![CDATA[what is dbms]]></category>
		<category><![CDATA[what is dbms and rdbms]]></category>
		<category><![CDATA[what is dbms explain with example]]></category>
		<category><![CDATA[what is dbms in computer]]></category>
		<category><![CDATA[what is meant by dbms]]></category>
		<category><![CDATA[what is rdbms]]></category>
		<category><![CDATA[what is sql in dbms]]></category>
		<category><![CDATA[within relational database management systems such as sql what are tables used to storer]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=1035</guid>

					<description><![CDATA[Answer : DBMS is represented by the DataBase Management...]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="what-is-dbms" class="color-pink" style="text-align: justify;">What is DBMS ?</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>DBMS is represented by the DataBase Management System. A database management system (DBMS) is a software that allows creation, definition and manipulation of database, allowing users to store, process and analyze data easily.</li>
<li>DBMS provide us with an interface or a tool, to perform various operations like creating database, storing data in it, updating data, creating tables in the database and a lot more.</li>
<li>DBMS also provides protection and security to the databases.</li>
<li>It also maintains data consistency in case of multiple users.</li>
<li>Here are some examples of popular DBMS used these days:
<ul>
<li>MySQL</li>
<li>Oracle</li>
<li>SQL Server</li>
<li>IBM DB2</li>
<li>PostgreSQL</li>
<li>Amazon Simple DB (cloud based) etc.</li>
</ul>
</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/what-is-dbms.png" alt="What is DBMS" /></div>
</div>
<p style="text-align: center;" align="center">What is DBMS</p>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="types-of-dbms" class="color-green">Types of DBMS</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Hierarchical Databse Model.</li>
<li>Network Databse Model.</li>
<li>Relational Databse Model.</li>
<li>Object-Oriented Databse Model.</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="hierarchical-databse-model" class="color-pink">Hierarchical Databse Model</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>In a <a href="https://www.wikitechy.com/interview-questions/dbms/design-a-database-for-a-hierarchical-data" target="_blank" rel="noopener">Hierarchical database model</a>, the data is organized in a tree-like structure.</li>
<li>Data is Stored Hierarchically (top down or bottom up) format.</li>
<li>Data is represented using a parent-child relationship that are one to one or one to many.</li>
<li>In Hierarchical DBMS parent may have many children, but children have only one parent.</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/hierarchical-data.png" alt="Hierarchical database Model" /></div>
</div>
<p style="text-align: center;" align="center">Hierarchical database Model</p>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="network-database-model" class="color-pink">Network Database Model</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>The network database model allows each child to have multiple parents.</li>
<li>If you need to address the model help us to more complex relationships like as the orders/parts many-to-many relationship.</li>
<li>In this model, the entities are organized in a graph which can be accessed through several paths.</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/network-database-model.png" alt="Network Database Model" /></div>
</div>
<p style="text-align: center;" align="center">Network Database Model</p>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="relational-databse-model" class="color-pink">Relational Databse Model</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Relational DBMS is the most widely used DBMS model because it is one of the easiest.</li>
<li>This model is based on normalizing data in the rows and columns of the tables.</li>
<li>Relational model stored in fixed structures and manipulated using SQL.</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/relational-database-model.png" alt="Relational Databse Model" /></div>
</div>
<p style="text-align: center;" align="center">Relational Databse Model</p>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="object-oriented-databse-model" class="color-pink">Object-Oriented Databse Model</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>In Object-oriented Model data stored in the form of objects.</li>
<li>The structure which is called classes which display data within it. It defines a database as a collection of objects which stores both data members values and operations.</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/object-oriented-database-model.png" alt="Object-Oriented Databse Model" width="75%" /></div>
</div>
<p style="text-align: center;" align="center">Object-Oriented Databse Model</p>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="advantages" class="color-blue">Advantages</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Improved data sharing.</li>
<li>Improved data security.</li>
<li>Better data integration.</li>
<li>Minimized data inconsistency.</li>
<li>Improved data access.</li>
<li>Improved decision making.</li>
<li>Increased end-user productivity.</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="disadvantages" class="color-blue">Disadvantages</h2>
</div>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li style="text-align: justify;">Increased costs.</li>
<li style="text-align: justify;">Management complexity.</li>
<li style="text-align: justify;">Maintaining currency.</li>
<li style="text-align: justify;">Frequent upgrade/replacement cycles.</li>
</ul>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/dbms/what-is-dbms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
