Computer Science, asked by Mihir9649, 11 months ago

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 pooprajapati11
2

drop table customer

drop command directly drops the table we want to eliminate


Answered by garywalter1221
1

hello there


Your answer is

D. DROP TABLE CUSTOMER;

Similar questions