Multiple Choice
Insert the statement that would remove the following table from the database.
CREATE TABLE Course
(
Course_ID VARCHAR(11) ,
Credits VARCHAR(4) ,
Room_No INT(4)
)
____________________
A) DELETE TABLE Course
B) TRUNCATE TABLE Course
C) DROP Course
D) DROP TABLE Course
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: If you encounter an error during updating
Q14: If you want to find out about
Q15: In a Java program, the result of
Q16: The _ symbol in the query string
Q17: In SQL, the _ command is used
Q19: Which SQL command(s) modify the data in
Q20: A _ object can create statement objects
Q21: In SQL, _ is used to test
Q22: What is the purpose of a primary
Q23: One of the steps for testing the