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

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

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
The HAVING clause does which of the following?

Acts EXACTLY like a WHERE clause.
Acts like a WHERE clause but is used for rows rather than columns.
Acts like a WHERE clause but is used for groups rather than rows.
Acts like a WHERE clause but is used for columns rather than groups.

ANSWER DOWNLOAD EXAMIANS APP