Oracle
1Z0-047 · Question #230
1Z0-047 Question #230: Real Exam Question with Answer & Explanation
The correct answer is A. WHERE order_date > TO_DATE('JUL 10 2006','MON DD YYYY') B. WHERE TO_CHAR(order_date,'MON DD YYYY') = 'JAN 20 2003'. See the full explanation below for the reasoning.
Question
View the Exhibit and examine the description of the ORDERS table. Which two WHERE clause conditions demonstrate the correct usage of conversion functions? (Choose two.)
Exhibit
Options
- AWHERE order_date > TO_DATE('JUL 10 2006','MON DD YYYY')
- BWHERE TO_CHAR(order_date,'MON DD YYYY') = 'JAN 20 2003'
- CWHERE order_date > TO_CHAR(ADD_MONTHS(SYSDATE,6),'MON DD YYYY')
- DWHERE order_date IN ( TO_DATE('Oct 21 2003','Mon DD YYYY'), TO_CHAR('NOV 21 2003','Mon DD
Community Discussion
No community discussion yet for this question.
