Multiple choice technology programming languages

Can a primary key contain more than one columns?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A primary key can consist of a single column or multiple columns. When multiple columns are used to uniquely identify a row, it is known as a composite primary key. This is a standard feature in relational database management systems.