nerdexam
Oracle

1Z0-061 · Question #49

Examine the structure of the customers table: CUSTNO is the primary key in the table. You want to find out if any customers' details have been entered more than once using different CUSTNO, by…

The correct answer is A. Self-join B. Subquery. See the full explanation below for the reasoning.

Question

Examine the structure of the customers table:

CUSTNO is the primary key in the table. You want to find out if any customers' details have been entered more than once using different CUSTNO, by listing all the duplicate names. Which two methods can you use to get the required result?

Exhibit

1Z0-061 question #49 exhibit

Options

  • ASelf-join
  • BSubquery
  • CFull outer-join with self-join
  • DLeft outer-join with self-join
  • ERight outer-join with self-join

How the community answered

(30 responses)
  • A
    73% (22)
  • C
    3% (1)
  • D
    17% (5)
  • E
    7% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-061 Practice