nerdexam
PostgreSQL_CE

PGCES-02 · Question #39

Select an appropriate command to check the PostgreSQL version in psql.

The correct answer is C. SELECTversion(). See the full explanation below for the reasoning.

Question

Select an appropriate command to check the PostgreSQL version in psql.

Options

  • A\server_version
  • BSELECT version;
  • CSELECTversion();
  • DSHOW version;
  • ESHOW server;

How the community answered

(19 responses)
  • A
    11% (2)
  • C
    84% (16)
  • E
    5% (1)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice