Files > SQLI_FOREIGN_KEY

name
SQLI_FOREIGN_KEY
number
1.5219
location
^DMSQ("F",
description
A set of columns in a table that match the primary key of another table. They represent an explicit join of the two tables. Each foreign key element points to it's table element (SQLI_TABLE_ELEMENT), a column in the local table (SQLI_COLUMN) and a primary key element of a foreign table (SQLI_PRIMARY_KEY). The primary key table element of the foreign table has the domain of that table, which makes the connection.
Fields
#NameLocationTypeDetailsIndexDescription
.01f tbl element(+)0;1POINTER1.5216BIEN of foreign key table element in SQLI_TABLE_ELEMENT
1f pk element(+)0;2POINTER1.5218IEN of primary key element in SQLI_PRIMARY_KEY of foreign table
2f clm element(+)0;3POINTER1.5217IEN of column of this table in SQLI_COLUMN which matches foreign PK

Not Referenced