Computer Science, asked by Bharathiraghavan, 1 year ago

Can anyone please tell me the differences between primary key, candidate key and alternate key in a database?

Answers

Answered by Ramkummarhari
1
Candidate Key – A Candidate Key can be any column or a combination of columns that can qualify as unique key in database. There can be multiple Candidate Keys in one table. Each Candidate Key can qualify as Primary KeyPrimary Key – A Primary Key is a column or a combination of columns that uniquely identify a record.
Similar questions