Solved

Insert the Statement That Would Remove the Following Table from the Database

Question 18

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:

verifed

Verified

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

Related Questions