nerdexam
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)
  • A
    6% (2)
  • B
    83% (30)
  • C
    3% (1)
  • D
    8% (3)

Community Discussion

No community discussion yet for this question.

Full C2090-610 Practice