The command to eliminate a table from a database is
A) REMOVE TABLE CUSTOMER;
B) UPDATE TABLE CUSTOMER;
C) DELETE TABLE CUSTOMER;
D) DROP TABLE CUSTOMER;
Answers
Answered by
2
drop table customer
drop command directly drops the table we want to eliminate
Answered by
1
hello there
Your answer is
D. DROP TABLE CUSTOMER;
Similar questions