2.4.3 Foreign Keys and Referential Integrity Foreign keys are used to create relationships between Tables. It is an attribute in one Table whose values are required to match those of primary key in another Table. Foreign keys are created to enforce referential integrity, which states that you may not add […]