IBM DB2 Question:
What are foreign keys in DB2?
Answer:
These are attributes of one table that have matching values in a primary key in another table, allowing for relationships between tables.
Keys (columns) that exist on one table and that are primary keys on another table.
Keys (columns) that exist on one table and that are primary keys on another table.
Previous Question | Next Question |
When can an insert of a new primary key value threaten referential integrity? | Is DECLARE CURSOR executable? |