Multiple Choice
If you have a foreign key in a CUSTOMER table that references the primary key in a SALESREP table,the ON DELETE CASCADE syntax means that ________.
A) when a CUSTOMER is deleted,that CUSTOMER's SALESREP is also deleted
B) when a CUSTOMER is deleted,all SALESREPS are also deleted
C) when a SALESREP is deleted,all CUSTOMERs of that SALESREP are also deleted
D) when the SALESREP table is dropped,all CUSTOMERs must be deleted
Correct Answer:

Verified
Correct Answer:
Verified
Q24: If the table PRODUCT has a column
Q25: Rows can be removed from a table
Q26: SQL views are always updatable when _.<br>A)the
Q27: Based on the table below,a function to
Q28: The SQL keyword MODIFY is used to
Q30: SQL views are not used _.<br>A)to hide
Q31: If the values in an SQL view
Q32: What is embedded SQL,and what considerations are
Q33: Discuss what is meant by a data
Q34: When a trigger is fired,the DBMS makes