7
ENTITY RELATIONSHIP MODEL Contents: I. Introduction II.The building blocks: entities, relationships, and attributes o Entity o Entity set o Attributes set o Attributes Types o Relationship Set o Relationship Type III. SUMMARY OF ER-DIAGRAM NOTATION FOR ER SCHEMAS IV. University ER Diagram

Entity Relationship Model Ppt

Embed Size (px)

Citation preview

Page 1: Entity Relationship Model Ppt

ENTITY RELATIONSHIP MODEL

Contents:

I. Introduction

II.The building blocks: entities, relationships, and attributeso  Entity o Entity seto Attributes seto Attributes Typeso Relationship Seto Relationship Type

III. SUMMARY OF ER-DIAGRAM NOTATION FOR ER SCHEMASIV. University ER Diagram

Page 2: Entity Relationship Model Ppt

The ER model:

• The E-R model consider the real world consisting of a basic object.

• It is expressed in terms of entities in the business environment, the relationships among those entities and the attributes (properties) of both the entities and their relationships.

• There are 3 basic notification –Entities and Entity SetAttribute SetRelationship Set

Page 3: Entity Relationship Model Ppt

• Entity- An entity is “thing” or “object” in a real world that is distinguishable from all other object.

• Entity Set – An entity set is a set of entities of same type that share the same properties or attributes.

Page 4: Entity Relationship Model Ppt

• Attribute Set-

An entity is represented by set of attributes.

Attributes may also be associated with relationships

• Types of Attribute

Single Attribute- Composed of single component

Composite Attribute- Composed of multiple component

Single Valued Attribute- Single valued for single entity

Multi valued Attribute- Multiple values for single entity

Drive Attribute- Derived from the value of related attribute

Page 5: Entity Relationship Model Ppt

• Relationship Set-

Relationship between two entities and attributes

• Types of Relationship:

1:1 Relationship

1:M Relationship

M:M Relationship

Page 6: Entity Relationship Model Ppt

SUMMARY OF ER-DIAGRAM NOTATION FOR ER SCHEMAS

Page 7: Entity Relationship Model Ppt

University ER Diagram