composit key in sql

Solutions on MaxInterview for composit key in sql by the best coders in the world

showing results for - "composit key in sql"
Abigail
13 Jan 2020
1In 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.