Oracle
1Z0-061 · Question #288
1Z0-061 Question #288: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-061 to reveal the answer and full explanation for question #288. The question stem and answer options stay visible for context.
Question
View the Exhibit and examine the structure of the CUSTOMERS table. In the CUSTOMERS table, the CUST_LAST_NAME column contains the values 'Anderson' and 'Ausson'. You issue the following query: SQL> SELECT LOWER(REPLACE(TRIM('son' FROM cust_last_name), 'An', 'O')) FROM CUSTOMERS WHERE LOWER(cust_last_name) LIKE 'a%n'; What would be the outcome?
Options
- A'Oder' and 'Aus'
- Ban error because the TRIM function specified is not valid
- Can error because the LOWER function specified is not valid
- Dan error because the REPLACE function specified is not valid
Unlock 1Z0-061 to see the answer
You've previewed enough free 1Z0-061 questions. Unlock 1Z0-061 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.