Referential Integrity Terminology - Advanced SQL Engine - Teradata Database

Database Introduction

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
qia1556235689628.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1091
lifecycle
previous
Product Category
Teradata Vantage™

We use the following terms to explain the referential integrity concept.

Term Definition
Parent Table The table referred to by a Child table. Also called the “referenced table.”
Child Table A table in which the referential constraints are defined. Also called the “referencing table.”
Parent Key A candidate key in the parent table.
Primary Key With respect to referential integrity, a primary key is a parent table column set that is referred to by a foreign key column set in a child table.
Foreign Key With respect to referential integrity, a foreign key is a child table column set that refers to a primary key column set in a parent table.