Oracle
1Z0-071 · Question #273
Examine the description of the CUSTOMERS table: CUSTNO is the PRIMARY KEY. You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all…
The correct answer is B. self join E. subquery. See the full explanation below for the reasoning.
Question
Examine the description of the CUSTOMERS table:
CUSTNO is the PRIMARY KEY. You must determine if any customers’ details have been entered more than once using a different CUSTNO, by listing all duplicate names. Which two methods can you use to get the required result? (Choose two.)
Exhibit
Options
- ALEFT OUTER JOIN with self join
- Bself join
- CRIGHT OUTER JOIN with self join
- DFULL OUTER JOIN with self join
- Esubquery
How the community answered
(35 responses)- A9% (3)
- B71% (25)
- C14% (5)
- D6% (2)
Community Discussion
No community discussion yet for this question.
