Computer Science, asked by ishu0770, 1 year ago

state the relationship and difference between primary key and foreign key.

Answers

Answered by Abhi6611
14
primary key is a column or a set of columns that uniquely identify a row in a table. A primary key should be short, stable and simple. A foreign key is a field (or collection of fields) in a table whose value is required to match the value of the primary key for a second table. ... A table can have multipleforeign keys.

mark it as brainiest ,friend
Similar questions