IBM
C2090-320 · Question #51
Given the following SQL statement: GRANT DELETE ON TABLE customer TO user1; Which of the following statements is TRUE?
The correct answer is D. User1 can remove rows from the customer table and can grant the privilege to remove rows from. See the full explanation below for the reasoning.
Question
Given the following SQL statement:
GRANT DELETE ON TABLE customer TO user1; Which of the following statements is TRUE?
Options
- AUser1 can only remove the customer table
- BUser1 can only remove rows from the customer table
- CUser1 can remove the customer table and grant the privilege to remove the customer table to other
- DUser1 can remove rows from the customer table and can grant the privilege to remove rows from
How the community answered
(49 responses)- A4% (2)
- B8% (4)
- C2% (1)
- D86% (42)
Community Discussion
No community discussion yet for this question.