The address table contains address
information for customers, staff, and stores.
The address table primary key appears as a
foreign key in the
customer,
staff,
and
store
tables.
address_id: A surrogate primary key
used to uniquely identify each address in the table.
address: The first line of an address.
address2: An optional second line of an
address.
district: The region of an address,
this may be a state, province, prefecture, etc.
city_id: A foreign key pointing to the
city
table.
postal_code: The postal code or ZIP
code of the address (where applicable).
phone: The telephone number for the
address.
last_update: The time that the row was
created or most recently updated.
