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

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

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
NULL is

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

ANSWER DOWNLOAD EXAMIANS APP