nerdexam
Oracle

1Z0-047 · Question #21

View the Exhibit and examine the description of the ORDERS table. The orders in the ORDERS table are placed through sales representatives only. You are given the task to get the SALES_REP_ID from…

The correct answer is D. SELECT sales_rep_id, COUNT(customer_id) "Total". See the full explanation below for the reasoning.

Question

View the Exhibit and examine the description of the ORDERS table. The orders in the ORDERS table are placed through sales representatives only. You are given the task to get the SALES_REP_ID from the ORDERS table of those sales representatives who have successfully referred more than 10 customers. Which statement would achieve this purpose?

Exhibit

1Z0-047 question #21 exhibit

Options

  • ASELECT sales_rep_id, COUNT(customer_id)"Total"
  • BSELECT sales_rep_id, COUNT(customer_id) "Total"
  • CSELECT sales_rep_id, COUNT(customer_id) "Total"
  • DSELECT sales_rep_id, COUNT(customer_id) "Total"

How the community answered

(38 responses)
  • A
    5% (2)
  • B
    11% (4)
  • C
    3% (1)
  • D
    82% (31)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice