Given the following SQL statement:
GRANT DELETE ON TABLE customer TO user1;
Which of the following statements is TRUE?
A . User1 can only remove the customer table
B . User1 can only remove rows from the customer table
C . User1 can remove the customer table and grant the privilege to remove the customer table to other users
D . User1 can remove rows from the customer table and can grant the privilege to remove rows from the customer table to other users
Answer: D