IBM
C2090-610 · Question #68
Which of the following statements is used to prevent user TOM from adding and deleting data in table TAB1?
The correct answer is D. REVOKE INSERT, DELETE ON TABLE tab1 FROM USER tom. See the full explanation below for the reasoning.
Question
Which of the following statements is used to prevent user TOM from adding and deleting data in table TAB1?
Options
- AREVOKE ADD, DELETE FROM USER tom ON TABLE tab1
- BREVOKE ADD, DELETE ON TABLE tab1 FROM USER tom
- CREVOKE INSERT, DELETE FROM USER tom ON TABLE tab1
- DREVOKE INSERT, DELETE ON TABLE tab1 FROM USER tom
How the community answered
(27 responses)- A7% (2)
- B4% (1)
- C11% (3)
- D78% (21)
Community Discussion
No community discussion yet for this question.