Oracle
1Z0-882 · Question #110
1Z0-882 Question #110: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-882 to reveal the answer and full explanation for question #110. The question stem and answer options stay visible for context.
Question
You want to query the VARCHAR column ` code' values that match: Start with "p" End with "_" Contain more than 3 characters Assume that sql_mode is blank. Which two queries select only those rows?
Options
- ASELECT code FROM operations WHERE code LIKE "p%%_";
- BSELECT code FROM operations WHERE code LIKE " '%'%_' "ESCAPE " ` '';
- CSELECT code FROM operations WHERE code LIKE "p%__";
- DSELECT code FROM operations WHERE code LIKE "p_%_";
- ESELECT code FROM operations WHERE code LIKE "p_%%;"ESCAPE "/";
Unlock 1Z0-882 to see the answer
You've previewed enough free 1Z0-882 questions. Unlock 1Z0-882 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.