PostgreSQL_CE
PGCES-02 · Question #104
Select one incorrect statement regarding psql.
The correct answer is B. For system security, only thePostgreSQL administrator account is allowed to use psql. See the full explanation below for the reasoning.
Question
Select one incorrect statement regarding psql.
Options
- Apsql is an interactive SQL interpreter that enables a user to enter queries.
- BFor system security, only thePostgreSQL administrator account is allowed to use psql.
- C"psql -l" displays a database list.
- D"psql -U jan" will connect to the database called jan.
- ECommands that begin with a backslash are processed internally inpsql.
How the community answered
(18 responses)- B78% (14)
- C6% (1)
- D6% (1)
- E11% (2)
Community Discussion
No community discussion yet for this question.