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)- A11% (2)
- C84% (16)
- E5% (1)
Community Discussion
No community discussion yet for this question.