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

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

ANSWER DOWNLOAD EXAMIANS APP