Lecture 6
Lecture 6
Airport City
National Washington, DC
JFK New York
LaGuardia New York
Logan Boston
Dulles Washington, DC
Each airport name is unique and each airport can be in only one
city.
Therefore, City is functionally dependent on Airport.
The value in the Airport field determines what the value will be
in the City field (making Airport the determinant field) and there
can be only one value in the City field.
This does not need to work in the reverse.
As shown in the table, a city can have more than one airport, so
Airport is not functionally dependent on City;
the value in City does not necessarily determine what the value
in Airport will be.
You will sometimes see a functional dependency written in this
format:
Determinant field(s) >> Functionally dependent field
as in:
Airport >> City