Which statement is true for a PRIMARY KEY constraint?
Primary key defines a realtionship between two tables.
A table in SQL must have a primary key associated with it to uniquely identify its records.
A table in SQL is indexed by default based on its primary key.
Primary key may or may not be unique but can be comprised of multiple fields.