nerdexam
Oracle

1Z0-071 · Question #112

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.)

The correct answer is C. WHERE TO_CHAR(order_date,'MON DD YYYY') = 'JAN 20 2003' D. WHERE order_date > TO_DATE('JUL 10 2006','MON DD YYYY'). 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

1Z0-071 question #112 exhibit

Options

  • AWHERE order_date_IN ( TO_DATE('OCT 21 2003','MON DD YYYY'), TO_CHAR('NOV 21
  • BWHERE order_date > TO_CHAR(ADD_MONTHS(SYSDATE,6),'MON DD YYYY')
  • CWHERE TO_CHAR(order_date,'MON DD YYYY') = 'JAN 20 2003'
  • DWHERE order_date > TO_DATE('JUL 10 2006','MON DD YYYY')

How the community answered

(15 responses)
  • A
    20% (3)
  • B
    7% (1)
  • C
    73% (11)

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice