Oracle
1Z0-071 · Question #266
1Z0-071 Question #266: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-071 to reveal the answer and full explanation for question #266. The question stem and answer options stay visible for context.
Question
Examine the data in the CUST_NAME column of the CUSTOMERS table: You want to display the CUST_NAME values where the last name starts with Mc or MC. Which two WHERE clauses give the required result? (Choose two.)
Options
- AWHERE SUBSTR (cust_name, INSTR (cust_name,
') +1) LIKEMc%' - BWHERE INITCAP (SUBSTR (cust_name, INSTR(cust_name,
')+1)) IN (MC%', `Mc%) - CWHERE UPPER (SUBSTR (cust_name, INSTR(cust_name,
')+1)) LIKE UPPER (MC%') - DWHERE SUBSTR (cust_name, INSTR (cust_name,
') +1) LIKEMc%' OR `MC%' - EWHERE INITCAP (SUBSTR (cust_name, INSTR(cust_name,
')+1)) LIKEMc%'
Unlock 1Z0-071 to see the answer
You've previewed enough free 1Z0-071 questions. Unlock 1Z0-071 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.