Computer Science, asked by pragyanand12, 9 months ago

Difference between Primary key
and composit key.​

Answers

Answered by poonammudgil78
5

A primary key is defined as a key or database column which uniquely identifies each row in a database table. A composite key is a set of more than one key that, together, uniquely identifies each record. ... In a well-ordered database, there should be a primary key that uniquely identifies each record.

Answered by Anonymous
3

A primary key is a unique key used to identify the fields of a record.

A key that has more than one attributes is known as composite key. It is also known as compound key.

Similar questions