exam questions

Exam 1z0-071 All Questions

View all questions & answers for the 1z0-071 exam

Exam 1z0-071 topic 1 question 61 discussion

Actual exam question from Oracle's 1z0-071
Question #: 61
Topic #: 1
[All 1z0-071 Questions]

Which three statements are true about inner and outer joins? (Choose three.)

  • A. A full outer join returns matched and unmatched rows.
  • B. Outer joins can be used when there are multiple join conditions on two tables.
  • C. A full outer join must use Oracle syntax.
  • D. Outer joins can only be used between two tables per query.
  • E. A left or right outer join returns only unmatched rows.
  • F. An inner join returns matched rows.
Show Suggested Answer Hide Answer
Suggested Answer: ABF 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
lucemqy
8 months, 3 weeks ago
Selected Answer: ABF
Full Outer join returns rows from both tables regardless of match. Inner join only return matched rows
upvoted 1 times
...
zouve
1 year, 1 month ago
Selected Answer: ABF
From chagpt A. Option A is true. A full outer join returns both matched rows and unmatched rows from the joined tables. Matched rows are those that satisfy the join condition, while unmatched rows are those that do not have a matching row in the other table. B. Option B is true. Outer joins can be used when there are multiple join conditions on two tables. This allows for more complex join conditions and provides flexibility in joining tables based on multiple criteria. F. Option F is true. An inner join returns only the matched rows from the joined tables. It filters out the unmatched rows, resulting in a result set that contains only the rows that satisfy the join condition.
upvoted 1 times
KizTine
9 months, 3 weeks ago
I can't understand why answer B is right. For example, the query below (with OUTER JOIN) works but don't use multiple join condiitions : SELECT A.col FROM tableA LEFT OUTER JOIN tableB ON tableA.col = tableB.col WHERE tableB.col IS NULL;
upvoted 2 times
TofOra
6 months ago
The question says "can" and not "must"
upvoted 1 times
...
...
...
Eltelwany
1 year, 4 months ago
What exactly is the Oracle syntax here?
upvoted 1 times
TofOra
6 months ago
When you put the join condition in the WHERE instead of the JOIN
upvoted 1 times
...
...
MoreC
1 year, 4 months ago
QUESTION UNMATCHED COLUMN ARE THEY NOT PRODUCED BY LEFT AND RIGHT OUTER JOINS
upvoted 1 times
Poke90
1 year, 4 months ago
E states that ONLY unmatched rows are found, and matched rows are not in the output. False
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago