Register Login

Evaluate the SQL statement DROP TABLE DEPT; Which four statements are true of the SQL statement? (Choose four.)

Updated May 18, 2018

Q. Evaluate the SQL statement DROP TABLE DEPT; Which four statements are true of the SQL statement? (Choose four.)

A. You cannot roll back this statement.

B. All pending transactions are committed.

C. All views based on the DEPT table are deleted.

D. All indexes based on the DEPT table are dropped.

E. All data in the table is deleted, and the table structure is also deleted.

F. All data in the table is deleted, but the structure of the table is retained.

G. All synonyms based on the DEPT table are deleted.

Answer: A,B,D,E


×