Superkey

Definition - What does Superkey mean?

A superkey is a combination of columns that uniquely identifies any row within a relational database management system (RDBMS) table. A candidate key is a closely related concept where the superkey is reduced to the minimum number of columns required to uniquely identify each row.

Techopedia explains Superkey

For example, imagine a table used to store customer master details that contains columns such as:

customer name
customer id
social security number (SSN)
address
date of birth

A certain set of columns may be extracted and guaranteed unique to each customer. Examples of superkeys are as follows:

  • Name+SSN+Birthdate
  • ID+Name+SSN

However, this process may be further reduced. It can be assumed that each customer id is unique to each customer. So, the superkey may be reduced to just one field, customer id, which is the candidate key. However, to ensure absolute uniqueness, a composite candidate key may be formed by combining customer id with SSN.

A primary key is a special term for candidate keys designated as unique identifiers for all table rows. Until this point, only columns have been considered for suitability and are thus termed candidate keys. Once a candidate key is decided, it may be defined as the primary key at the point of table creation.

Popular White Papers

Techopedia Newsletter Sign-Up

Get Techopedia delivered to your inbox!