Computer Science, asked by carlwilkinson2812, 11 months ago

How is foreign key command different from primary key command?

Answers

Answered by awanawan61
2

Answer:

A primary key is a special key used to uniquely identify records in a table, whereas a foreign key is used to establish relationship between two tables. Both are identical in structure but play different roles in relational database schema.

Similar questions