Introduction to SQL
The command to eliminate a table from a database is:

DROP TABLE CUSTOMER;
DELETE TABLE CUSTOMER;
UPDATE TABLE CUSTOMER;
REMOVE TABLE CUSTOMER;

ANSWER DOWNLOAD EXAMIANS APP