Multiple Choice
Which of the following keywords must have been included during the creation of a FOREIGN KEY constraint to allow a row from the parent table to be deleted,even if it is referenced by a row in the child table?
A) CASCADE
B) AUTO REMOVE
C) ON DELETE CASCADE
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q91: A maximum of _ PRIMARY KEY constraints
Q92: When a FOREIGN KEY constraint is being
Q93: In the USER_CONSTRAINTS view,the constraint type for
Q94: Which of the following constraints cannot be
Q95: A FOREIGN KEY constraint can be added
Q97: If a constraint applies to more than
Q98: A NOT NULL constraint is a special
Q99: If a(n)_ constraint is being dropped,then only
Q100: In the USER_CONSTRAINTS view,the value displayed in
Q101: When a constraint is created at the