The data model defines the relationships between data
types:
Example:
- In the hierarchical model, have strict inheritance: department -
employees and department- projects
- network model does many:many add employees -projects
- relational deatabase has no links, but rather relationships in the
data, a dereference means making a new query. This means new fields
don't have to be made when things change. Easy, and flexible, but
no relationship checking.
source
psfile jl@crush.caltech.edu index