What is true with respect to a row’s primary key? Select ALL answers that apply.
A. The primary key should contain a value that should never change; the value should be immutable.
B. The primary key must not contain the value null.
C. The primary key uniquely identifies each row in a table.
D. The primary key of one table is used only to create a relationship to a different table’s primary key.