This figure shows the relationship between primary and foreign keys
in a database table. In the ADDRESS table, the primary key to the table is a series
of sequential numbers (called sequence numbers) that identify the records.
Each time the application writes a new record to the database, the record receives
a new sequence number (the existing value plus one).