Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: joanne1718 on Feb 13, 2019



Title: When the correct SQL command is used to delete a table's structure, what happens to the data in the table?
Post by: joanne1718 on Feb 13, 2019
When the correct SQL command is used to delete a table's structure, what happens to the data in the table?

• If the deleted table was a parent table, the data is added to the appropriate rows of the child table.

• If the deleted table was a child table, the data is added to the appropriate rows of the parent table.

• The data in the table is also deleted.

• Nothing because there was no data in the table since only an empty table can be deleted.


Title: When the correct SQL command is used to delete a table's structure, what happens to the data in the table?
Post by: sadeen on Feb 13, 2019
Content hidden