Multiple choice What do we call a primary key that consists of multiple columns in a table? composite key double-primary key consisting key foreign key Reveal answer Fill a bubble to check yourself A Correct answer Explanation A composite key is a combination of two or more columns in a table that can be used to uniquely identify each row in the table. When multiple columns are combined to form a primary key, it is specifically referred to as a composite primary key.