nerdexam
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)
  • A
    79% (44)
  • B
    5% (3)
  • C
    4% (2)
  • D
    11% (6)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice