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

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

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
NULL is

the same as blank for character
the same as 0 for integer and blank for character
the same as 0 for integer
not a value

ANSWER DOWNLOAD EXAMIANS APP