Referential Integrity Terminology - Advanced SQL Engine - Teradata Database

Database Introduction

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
jiv1600056352873.ditamap
dita:ditavalPath
jiv1600056352873.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.