UNIT-1.4 Data Modeling using the Entity

UNIT-1.4 Data Modeling using the Entity
1 / 1
UNIT-1.4 Data Modeling using the Entity - slide 1 of 22 UNIT-1.4 Data Modeling using the Entity - slide 2 of 22 UNIT-1.4 Data Modeling using the Entity - slide 3 of 22 UNIT-1.4 Data Modeling using the Entity - slide 4 of 22 UNIT-1.4 Data Modeling using the Entity - slide 5 of 22 UNIT-1.4 Data Modeling using the Entity - slide 6 of 22 UNIT-1.4 Data Modeling using the Entity - slide 7 of 22 UNIT-1.4 Data Modeling using the Entity - slide 8 of 22 UNIT-1.4 Data Modeling using the Entity - slide 9 of 22 UNIT-1.4 Data Modeling using the Entity - slide 10 of 22 UNIT-1.4 Data Modeling using the Entity - slide 11 of 22 UNIT-1.4 Data Modeling using the Entity - slide 12 of 22 UNIT-1.4 Data Modeling using the Entity - slide 13 of 22 UNIT-1.4 Data Modeling using the Entity - slide 14 of 22 UNIT-1.4 Data Modeling using the Entity - slide 15 of 22 UNIT-1.4 Data Modeling using the Entity - slide 16 of 22 UNIT-1.4 Data Modeling using the Entity - slide 17 of 22 UNIT-1.4 Data Modeling using the Entity - slide 18 of 22 UNIT-1.4 Data Modeling using the Entity - slide 19 of 22 UNIT-1.4 Data Modeling using the Entity - slide 20 of 22 UNIT-1.4 Data Modeling using the Entity - slide 21 of 22 UNIT-1.4 Data Modeling using the Entity - slide 22 of 22
UNIT-1.4 Data Modeling using the Entity Relationship Model: ER model concepts, notation for ER diagram, mapping constraints, keys, Concepts of Super Key, candidate key, primary key ER model ER model stands for an Entity-Relationship model.

Related Topics

Download this presentation From Below

"UNIT-1.4 Data Modeling using the Entity" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.

Presentation Transcript

01
UNIT-1.4 Data Modeling using the Entity Relationship Model: ER model concepts, notation for ER diagram, mapping constraints, keys, Concepts of Super Key, candidate key, primary key<br>
02
ER model
ER model stands for an Entity-Relationship model. It is a high-level data model. This model is used to define the data elements and relationship for a specified system.
It develops a conceptual design for the database. It also develops a very simple and easy to design view of data.
In ER modeling, the database structure is portrayed as a diagram called an entity-relationship diagram.
For example, Suppose we design a school database. In this database, the student will be an entity with attributes like address, name, id, age, etc. The address can be another entity with attributes like city, street name, pin code, etc and there will be a relationship between them.<br>
03
Component of ER Diagram<br>