It is supposed to create an ADDRESS table with a foreign key that associates it with the PERSON record, i.e. PERSON_ID . This is a "relational" component of a relational database, and why it is more flexible than a flat file (which looks like a single table).
source share