Foreign Key property sheet

The Foreign Key property sheet has a single tab, which has the following components:

Foreign key name    The name of the foreign key.

Table    The table that contains the foreign key.

Referenced table    The table referenced by the foreign key.

Referenced index    The index referenced by the foreign key.

Check on commit    If yes, checks values at commit, rather than upon insertion.

Nullable    If yes, allows null values in the columns of the foreign key.

This foreign key contains the following columns:    Lists columns in the foreign key and the columns they map to in the primary table.