Multiple Choice
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;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The values of existing data can be
Q16: The SQL GROUP BY keyword can be
Q17: An SQL data type of _ would
Q18: An SQL data type of _ means
Q19: Which of the following data types used
Q21: Values of existing data can be changed
Q22: When using SQL to create a table,specifying
Q23: Which of the following is not one
Q24: Which of the following SQL commands would
Q33: Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL