PostgreSQL_CE
PGCES-02 · Question #90
PGCES-02 Question #90: Real Exam Question with Answer & Explanation
The correct answer is C. 2 rows. See the full explanation below for the reasoning.
Question
The "sample" table consists of the following data: SELECT * FROM sample WHERE v ~ 'ab'; How many rows are returned by executing the following SQL statement?
Options
- A0 rows
- B1 row
- C2 rows
- D3 rows
- E4 rows
Community Discussion
No community discussion yet for this question.