This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

foreign table

A table that contains a foreign key field that's the primary key field in another table in the database. A foreign table is usually on the "many" side of a one-to-many relationship. An example of a foreign table is a table of customer orders related to a table of customer names by a CustomerID foreign key field.