Sobes.tech
Junior

What is a primary composite key?

sobes.tech AI

Answer from AI

A primary composite key is a primary key consisting of two or more columns of a table. It uniquely identifies each row in the table, and none of the columns that make up the composite key can contain NULL values. Uniqueness is determined by the combination of values of all columns that constitute the key.