Multiple Choice
A FOREIGN KEY constraint can only reference a column in another table that has been assigned a(n) ____ constraint.
A) NOT NULL
B) UNIQUE
C) CHECK
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: In the USER_CONSTRAINTS view,the value displayed in
Q29: A constraint can be added to a
Q30: Referential _ means that the user is
Q31: Structure of the ORDERITEMS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q32: The _ command can be used to
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
Q37: Which of the following statements about a
Q38: The <u>ADD</u> clause of the ALTER TABLE