Two ways of setting a field as a Primary Key?
Answers
Answered by
2
Answer:
[a] Informally, a primary key is "which attributes identify a record", and in simple cases are simply a single attribute: a unique id. More formally, a primary key is a choice of candidate key (a minimal superkey); any other candidate key is an alternate key.
Similar questions