Question 8.8. (TCO F) When the correct SQL command is used to delete a table’s structure, what happens to the data in the table? (Points : 5) |
A. If the deleted table was a parent table, the data are added to the appropriate rows of the child table.
B. If the deleted table was a child table, the data are added to the appropriate rows of the parent table.
C. The data in the table are also deleted.
D. Nothing, because there were no data in the table, because only an empty table can be deleted.
A and B |