In a relational database, which of the following statements about primary keys is incorrect?
Options:
-
A. Every column that is part of the primary key must be NOT NULL.
-
B. Every column that is part of the primary key must be unique.
-
C. A table can define only one primary key.
-
D. Primary keys can be defined at either the table level or the column level.