nerdexam
Oracle

1Z0-047 · Question #6

View the Exhibit and examine the description of the ORDERS table. Your manager asked you to get the SALES_REP_ID and the total numbers of orders placed by each of the sales representatives. Which…

The correct answer is A. SELECT sales_rep_id, COUNT(order_id) total_orders. See the full explanation below for the reasoning.

Question

View the Exhibit and examine the description of the ORDERS table. Your manager asked you to get the SALES_REP_ID and the total numbers of orders placed by each of the sales representatives. Which statement would provide the desired result?

Exhibit

1Z0-047 question #6 exhibit

Options

  • ASELECT sales_rep_id, COUNT(order_id) total_orders
  • BSELECT sales_rep_id, COUNT(order_id) total_orders
  • CSELECT sales_rep_id, COUNT(order_id) total_orders
  • DSELECT sales_rep_id, COUNT(order_id) total_orders

How the community answered

(34 responses)
  • A
    76% (26)
  • B
    3% (1)
  • C
    15% (5)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice