|
|
|
|
|
|
|
|
|
|
|
|
|
BA370 - Data Modeling and the ERD Model
| Object orientation |
Relational |
| Classes |
Relations/Tables |
| Objects |
Records/Tuples |
| Attributes |
Attributes/Fields/Columns |
| Methods (dynamics, behavior); e.g. Figure 4-8, p. 95 |
- |
| Inheritance |
- |
| Assertions (recent in e.g., Java) |
Integrity constraints (primary/foreign key, nullability) |
| C++, Java, .NET, etc. |
SQL |
| Objects |
Relational |