PostgreSQL_CE
PGCES-02 · Question #67
Select one SQL statement that will cause an error.
The correct answer is A. SELECT version. See the full explanation below for the reasoning.
Question
Select one SQL statement that will cause an error.
Options
- ASELECT version;
- BSELECTcurrent_user;
- CSELECTcurrent_date;
- DSELECTcurrent_timestamp;
- ESELECTcurrent_database();
How the community answered
(56 responses)- A79% (44)
- B5% (3)
- C4% (2)
- D11% (6)
- E2% (1)
Community Discussion
No community discussion yet for this question.