nerdexam
PostgreSQL_CE

PGCES-02 · Question #40

I would like to check the privileges on the "items" table in psql. Select the most appropriate command.

The correct answer is E. \z items. See the full explanation below for the reasoning.

Question

I would like to check the privileges on the "items" table in psql. Select the most appropriate command.

Options

  • A\a items
  • B\d items
  • C\t items
  • D\p items
  • E\z items

How the community answered

(16 responses)
  • C
    6% (1)
  • D
    13% (2)
  • E
    81% (13)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice