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:

Verified
Correct Answer:
Verified
Q19: Which of the following data types used
Q20: Which of the following SQL commands would
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
Q26: Table and relationship properties not supported by
Q27: The SUM built-in function in SQL is
Q28: In Microsoft Access,tables are added to a
Q29: Using SQL commands,multiple tables can be queried
Q33: Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL