nerdexam
Oracle

1Z0-882 · Question #34

You have two lists of values to correlate. Which query lists all names in colors1 and how many total matches are there in colors2?

The correct answer is D. SELECT colors1.name, count (colors2.name). See the full explanation below for the reasoning.

Question

You have two lists of values to correlate. Which query lists all names in colors1 and how many total matches are there in colors2?

Exhibit

1Z0-882 question #34 exhibit

Options

  • ASELECT colors1 .name.count (colors2.name)
  • BSELECT colors1.name, count(colorse2. Name)
  • CSELECT colors1. Name count (colors2.name)
  • DSELECT colors1.name, count (colors2.name)

How the community answered

(19 responses)
  • A
    11% (2)
  • B
    11% (2)
  • C
    5% (1)
  • D
    74% (14)

Community Discussion

No community discussion yet for this question.

Full 1Z0-882 Practice