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

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

ANSWER DOWNLOAD EXAMIANS APP