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)- C6% (1)
- D13% (2)
- E81% (13)
Community Discussion
No community discussion yet for this question.