Question:When a table is dropped using a simple DROP statement, SQL performs some more operations simultaneously, select all the valid operations?
A Removes all rows from the table
B Drops all the table's indexes
C Removes all dependent views
D Removes all dependent procedures
+ AnswerA
+ Report