nerdexam
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)
  • B
    78% (14)
  • C
    6% (1)
  • D
    6% (1)
  • E
    11% (2)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice