Introduction to SQL
The command to remove rows from a table 'CUSTOMER' is:

REMOVE FROM CUSTOMER ...
UPDATE FROM CUSTOMER ...
DROP FROM CUSTOMER ...
DELETE FROM CUSTOMER WHERE ...

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
NULL is

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

ANSWER DOWNLOAD EXAMIANS APP