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

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

ANSWER DOWNLOAD EXAMIANS APP