nerdexam
Oracle

1Z0-071 · Question #196

View the Exhibit and examine the data in the PROMOTIONS table. PROMO_BEGIN_DATE is stored in the default date format, dd-mon-rr. You need to produce a report that provides the name, cost, and start…

The correct answer is D. SELECT promo_name, promo_cost, promo_begin_date. See the full explanation below for the reasoning.

Question

View the Exhibit and examine the data in the PROMOTIONS table. PROMO_BEGIN_DATE is stored in the default date format, dd-mon-rr. You need to produce a report that provides the name, cost, and start date of all promos in the POST category that were launched before January 1, 2000. Which SQL statement would you use?

Exhibit

1Z0-071 question #196 exhibit

Options

  • ASELECT promo_name, promo_cost, promo_begin_date
  • BSELECT promo_name, promo_cost, promo_begin_date
  • CSELECT promo_name, promo_cost, promo_begin_date
  • DSELECT promo_name, promo_cost, promo_begin_date

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    4% (1)
  • C
    18% (5)
  • D
    71% (20)

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice