PostgreSQL_CE
PGCES-02 · Question #55
Select one statement which will cause a syntax error.
The correct answer is B. SELECT * FROM (SELECT * FROM customer);. See the full explanation below for the reasoning.
Question
Select one statement which will cause a syntax error.
Options
- ASELECT (SELECT item FROM sale WHERE id = 1);
- BSELECT * FROM (SELECT * FROM customer);
- CSELECT * FROM item
- DSELECT * FROM sale
- ESELECT * FROM sale
How the community answered
(29 responses)- A3% (1)
- B83% (24)
- C3% (1)
- E10% (3)
Community Discussion
No community discussion yet for this question.