PostgreSQL_CE
PGCES-02 · Question #124
PGCES-02 Question #124: Real Exam Question with Answer & Explanation
Sign in or unlock PGCES-02 to reveal the answer and full explanation for question #124. The question stem and answer options stay visible for context.
Question
You want to delete rows in the "product" table which include the value '2004' in the "name" field. Select the correct statement to achieve this task.
Options
- ADELETE product WHERE name ~ '2004';
- BDELETE product WHEREcontain(name, '2004');
- CDELETE FROM product WHERE name IN '2004';
- DDELETE FROM product WHERE name LIKE '%2004%';
- EDELETE FROM product WHERE name SIMILAR TO '2004';
Unlock PGCES-02 to see the answer
You've previewed enough free PGCES-02 questions. Unlock PGCES-02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.