<?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 er diagram - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/what-is-er-diagram/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/what-is-er-diagram/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Sat, 04 Jun 2022 07:46:51 +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 er diagram - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/what-is-er-diagram/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is ER Model in DBMS ?</title>
		<link>https://www.wikitechy.com/interview-questions/dbms/what-is-er-model-in-dbms/</link>
					<comments>https://www.wikitechy.com/interview-questions/dbms/what-is-er-model-in-dbms/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Sat, 04 Jun 2022 07:46:51 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[components of er model]]></category>
		<category><![CDATA[DBMS ER model concept]]></category>
		<category><![CDATA[entity in dbms]]></category>
		<category><![CDATA[Entity Relationship Diagram]]></category>
		<category><![CDATA[Entity Relationship Diagram Model]]></category>
		<category><![CDATA[er diagram examples with solutions in dbms]]></category>
		<category><![CDATA[er diagram in dbms examples]]></category>
		<category><![CDATA[ER Model in DBMS]]></category>
		<category><![CDATA[features of er model in dbms]]></category>
		<category><![CDATA[Introduction of ER Model]]></category>
		<category><![CDATA[What is an Entity relationship model in DBMS ?]]></category>
		<category><![CDATA[What is Entity Relationship Diagram (ERD)?]]></category>
		<category><![CDATA[what is er diagram]]></category>
		<category><![CDATA[What is ER Modeling ?]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4484</guid>

					<description><![CDATA[ER stands for Entity-Relationship model. It is a high level data model. If any data elements or relationship of any specified system can defined using this model. Conceptual design for database is developed in this model. Design view of data is very simple and easy to develop. Structure of the database is shown as a [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li>ER stands for <strong>Entity-Relationship</strong> model. It is a high level data model.</li>
<li>If any data elements or relationship of any specified system can defined using this model.</li>
<li>Conceptual design for database is developed in this model.</li>
<li>Design view of data is very simple and easy to develop.</li>
<li>Structure of the database is shown as a diagram called the Entity-Relationship diagram.</li>
</ul>
<p><strong>Component of ER Diagram:</strong></p>
<p><strong> <img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4485" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/components-of-er-diagram.png" alt="" width="983" height="812" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/components-of-er-diagram.png 983w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/components-of-er-diagram-300x248.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/components-of-er-diagram-768x634.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/components-of-er-diagram-390x322.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/components-of-er-diagram-820x677.png 820w" sizes="(max-width: 983px) 100vw, 983px" /></strong></p>
<p><strong>Entity</strong></p>
<ul>
<li>In an ER Diagram, Entity is represented as rectangles.</li>
<li>An entity may be any object, class, person or place.</li>
</ul>
<p><strong>Attribute</strong></p>
<ul>
<li>In an ER diagram attributes are represented using eclipse.</li>
<li>Attribute describes the property of an entity.</li>
</ul>
<p><strong>Relationship</strong></p>
<ul>
<li>Relationship are represented in an er diagram by diamond or rhombus.</li>
<li>It is used to represent the relationship between entities.</li>
</ul>
<h3 id="types-of-relationship"><strong>Types of Relationship</strong></h3>
<p><strong>One to one relationship</strong></p>
<ul>
<li>When only one instance of an entity is associated with an relationship is known as one to one relationship.</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-4486 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/one-to-one-cardinality.png" alt="" width="634" height="227" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/one-to-one-cardinality.png 634w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/one-to-one-cardinality-300x107.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/one-to-one-cardinality-390x140.png 390w" sizes="(max-width: 634px) 100vw, 634px" /></p>
<p><strong>One to many Relationship</strong></p>
<ul>
<li>When only one instance of entity in the left is associated with more than one instance on the right is called one to many relationship.</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-4487 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/one-to-many-cardinality.png" alt="" width="635" height="265" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/one-to-many-cardinality.png 635w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/one-to-many-cardinality-300x125.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/one-to-many-cardinality-390x163.png 390w" sizes="(max-width: 635px) 100vw, 635px" /></p>
<p><strong>Many-to-one relationship</strong></p>
<ul>
<li>When more than one instance of entity in the left is associated with only one instance on the right associates with the relationship is called many to one relationship.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4488 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/many-to-one-cardinality.png" alt="" width="639" height="247" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/many-to-one-cardinality.png 639w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/many-to-one-cardinality-300x116.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/many-to-one-cardinality-390x151.png 390w" sizes="(max-width: 639px) 100vw, 639px" /></p>
<p><strong>Many-to-many relationship</strong></p>
<ul>
<li>When more than one instance of entity in the left is associated with more than one instance on the right associates with the relationship is called many to many relationship</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4489 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/many-to-many-cardinality.png" alt="" width="638" height="240" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/many-to-many-cardinality.png 638w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/many-to-many-cardinality-300x113.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/many-to-many-cardinality-390x147.png 390w" sizes="(max-width: 638px) 100vw, 638px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/dbms/what-is-er-model-in-dbms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
