IBM
C2090-610 · Question #145
Which of the following statements allows USER1 to take away read access on the table ORG.TAB1 from USER2?
The correct answer is B. REVOKE SELECT ON TABLE org.tab1 FROM user2. See the full explanation below for the reasoning.
Question
Which of the following statements allows USER1 to take away read access on the table ORG.TAB1 from USER2?
Options
- AREVOKE SELECT FROM user2 ON TABLE org.tab1
- BREVOKE SELECT ON TABLE org.tab1 FROM user2
- CREVOKE READ ACCESS FROM user2 ON TABLE org.tab1
- DREVOKE READ ACCESS ON TABLE org.tab1 FROM user2
How the community answered
(36 responses)- A6% (2)
- B83% (30)
- C3% (1)
- D8% (3)
Community Discussion
No community discussion yet for this question.