Short Answer
The ____________________ keywords can be added to the end of the command that creates a FOREIGN KEY constraint to indicate that when a row is deleted from the parent table that is referenced by entries in the child table,the rows in the child table should also be deleted.
Correct Answer:

Verified
Correct Answer:
Verified
Q121: A constraint is always enforced at the
Q122: The ALTER TABLE command with the <u>MODIFY
Q123: Which of the following statements about creating
Q124: The MODIFY clause is used with the
Q125: Structure of the ORDERITEMS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q127: A NOT NULL constraint can only be
Q128: A CHECK constraint requires that a data
Q129: A FOREIGN KEY constraint will not allow
Q130: The default name for a constraint is
Q131: A NOT NULL constraint will display the