Computer Science, asked by shubham9984, 3 months ago

Define the Composite key​

Answers

Answered by Tausif3079
6

Answer:

In Database design, a composite key is a candidate key that consists of two or more attributes (table columns) that together uniquely identify an entity occurrence (table row). A compound key is a composite key for which each attribute that makes up the key is a simple (foreign) key in its own right.

Explanation:

HOPE IT HELPS

MARK MY ANSWER AS BRANLIEST

Answered by Anonymous
4

A composite key is the DBMS key having two or more attributes that together can uniquely identify a tuple in a table. Such a key is also known as Compound Key, where each attribute creating a key is a foreign key in its own right.

Similar questions