Evaluate the SQL statement DROP TABLE DEPT: Which four statements are true of the SQL statement? ()
A.You cannot roll back this statement. B.ll pending transactions are committed. C.ll views based on the DEPT table are deleted. D.ll indexes based on the DEPT table are dropped. E.ll data in the table is deleted, and the table structure is also deleted. F.ll data in the table is deleted, but the structure of the table is retained. G.ll synonyms based on the DEPT table are deleted.