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.
E) A and B
Correct Answer:

Verified
Correct Answer:
Verified
Q52: According to the SQL-92,statements used to construct
Q53: One advantage of using the CONSTRAINT phrase
Q55: A stored program that is attached to
Q57: The SQL keyword used to limit column
Q58: Stored procedures have the advantage of _.<br>A)greater
Q59: Because SQL stored procedures allow and encourage
Q61: Discuss what is meant by a data
Q63: A stored program that is attached to
Q87: Because SQL stored procedures allow and encourage
Q93: SQL views can be used to hide