PostgreSQL_CE
PGCES-02 · Question #92
PGCES-02 Question #92: Real Exam Question with Answer & Explanation
The correct answer is A. A syntax error will occur.. See the full explanation below for the reasoning.
Question
The "animal" table consists of the following data: Select the correct result returned by executing the following SQL statement: SELECT name FROM animal ORDER BY weight DESC LIMIT 2 OFFSET 1;
Options
- AA syntax error will occur.
Community Discussion
No community discussion yet for this question.