IBM
C2090-610 · Question #40
Given the following statement: GRANT DELETE ON TABLE sales TO User1 WITH GRANT OPTION; Which statement is correct?
The correct answer is D. USER1 can remove records from the SALES table and grant the privilege to remove records from. See the full explanation below for the reasoning.
Question
Given the following statement:
GRANT DELETE ON TABLE sales TO User1 WITH GRANT OPTION; Which statement is correct?
Options
- AUSER1 can only remove the SALES table.
- BUSER1 can only remove records from the SALES table.
- CUSER1 can remove the SALES table and grant the privilege to remove the SALES table to other
- DUSER1 can remove records from the SALES table and grant the privilege to remove records from
How the community answered
(36 responses)- A6% (2)
- B3% (1)
- C8% (3)
- D83% (30)
Community Discussion
No community discussion yet for this question.