Multiple Choice
When the correct SQL command is used to delete a table's structure,what happens to the data in the table?
A) If the deleted table was a parent table,the data is added to the appropriate rows of the child table.
B) If the deleted table was a child table,the data is added to the appropriate rows of the parent table.
C) The data in the table is also deleted.
D) Nothing because there was no data in the table since only an empty table can be deleted.
Correct Answer:

Verified
Correct Answer:
Verified
Q60: The following database will be used in
Q61: SQL triggers are used for providing default
Q62: Given the SQL statement CREATE TABLE SALESREP
Q63: A stored program that is attached to
Q64: One advantage of using the CONSTRAINT phrase
Q66: According to the SQL-92 standard,statements used to
Q67: If a trigger is being written to
Q68: SQL triggers are created using _.<br>A)the SQL
Q69: Based on the tables below,which of the
Q70: One advantage of using the CONSTRAINT command