FDB CH 3
FDB CH 3
Chapter 3
Database Modeling
Rectangle
Ellipse
Diamond
Line
Double
Ellipse
Ellipse with
internal line
10/28/2024 Prepared By: Mr. Dereje A. 4
General Symbols Used in E-R Diagram
2. binary (degree 2)
1. Domain Constraints
Every domain must contain atomic values, which means composite and multivalued attributes are not
allowed.
If we assign the datatype of attribute age as int, we can’t give it values other than int datatype.
The value of the attribute must be available in the corresponding domain.
Reading Assignment