Multiple Choice
Which of the following statements about a PRIMARY KEY is incorrect?
A) It identifies which column(s) uniquely identify each record.
B) It can be NULL,as long as the FOREIGN KEY contains a value.
C) Each data value must be unique.
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: The _ command can be used to
Q33: A FOREIGN KEY constraint can only reference
Q34: How can constraints be added to a
Q35: A(n)<u>NOT NULL</u> constraint is a special CHECK
Q36: When dropping a constraint,the user is always
Q38: The <u>ADD</u> clause of the ALTER TABLE
Q39: The SYSDATE can be used as a
Q40: If a FOREIGN KEY constraint exists,then a
Q41: If a data value violates a(n)<u>constraint</u>,the entire
Q42: Any type of constraint for a single