Solved

Which of the Following SQL Commands Would Be Used to Remove

Question 24

Multiple Choice

Which of the following SQL commands would be used to remove only the data from a table named STUDENT while leaving the table structure intact?


A) DROP TABLE STUDENT;
B) DELETE TABLE STUDENT;
C) REMOVE TABLE STUDENT;
D) SELECT * FROM STUDENT THEN DROP;
E) DELETE FROM STUDENT;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions