Question

Which of the following SQL commands would be used to remove both the data and the table structure of a table named STUDENT?
A) DROP TABLE STUDENT;
B) DELETE TABLE STUDENT;
C) REMOVE TABLE STUDENT;
D) SELECT * FROM STUDENT THEN DROP;
E) DELETE FROM STUDENT;

Answer

This answer is hidden. It contains 1 characters.