Oracle
1Z0-071 · Question #395
1Z0-071 Question #395: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-071 to reveal the answer and full explanation for question #395. The question stem and answer options stay visible for context.
Question
Examine the description of the CUSTOMERS table: Which two SELECT statements will return these results (Choose two.):
Exhibit
Options
- ASELECT customer_name FROM customers WHERE customer_name = `Ma';
- BSELECT customer_name FROM customers WHERE customer_name LIKE `Ma';
- CSELECT customer_name FROM customers WHERE UPPER (customer_name) LIKE `MA*';
- DSELECT customer_name FROM customers WHERE UPPER (customer_name) LIKE `MA%';
- ESELECT customer_name FROM customers WHERE customer_name LIKE `Ma%';
- FSELECT customer_name FROM customers WHERE customer_name LIKE `%a%';
- GSELECT customer_name FROM customers WHERE customer_name LIKE `Ma*';
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.
