exam questions

Exam 1z0-082 All Questions

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

Exam 1z0-082 topic 1 question 69 discussion

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

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

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

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
danito
Highly Voted 3 years, 7 months ago
I think A B E
upvoted 19 times
...
Ekos
Highly Voted 3 years, 2 months ago
i think A, B, E is the correct answer E. Outer joins can be used when there are multiple join conditions on two tables can be like following query : - select * from table a left join table1 b on a.col1 = b.col1 and a.col2=b.col2;
upvoted 6 times
...
Lalala8
Most Recent 3 months, 2 weeks ago
Selected Answer: ABE
The three statements that are true about inner and outer joins are: A. A full outer join returns matched and unmatched rows. B. An inner join returns matched rows. E. Outer joins can be used when there are multiple join conditions on two tables. The other statements are false: C. Outer joins can only be used between two tables per query. Outer joins can be used between any number of tables per query. D. A full outer join must use Oracle syntax. Full outer joins can be implemented in any SQL database, not just Oracle. F. A left or right outer join returns only unmatched rows. A left or right outer join returns all rows from the left or right table, respectively, even if there are no matching rows in the other table.
upvoted 2 times
...
LeandroHPN
1 year, 6 months ago
A, B , E is correct.
upvoted 1 times
...
ryuah
2 years ago
A,B,E is correct
upvoted 2 times
...
krontar
2 years, 3 months ago
A B E F is wrong. To be true It should be "FULL outer join". Left outer (only rows from the left table) Right outer (only rows from the right table)
upvoted 1 times
krontar
2 years, 3 months ago
F. A left or right outer join returns only unmatched rows To be TRUE it should be "F. A left or right outer join returns only unmatched rows FOR THE JOINED TABLE"
upvoted 1 times
...
...
SimoneF
3 years ago
A B E, no doubts for me here.
upvoted 5 times
...
escoletsgo1
3 years, 4 months ago
F is wrong guys. How can a left or right join 'ONLY" return unmatched rows? ABE is the answer.
upvoted 4 times
...
ama
3 years, 5 months ago
A,B, F
upvoted 1 times
NiciMilo
3 years, 5 months ago
Why F? i think E is correct
upvoted 1 times
ama
3 years, 5 months ago
because F : LEFT JOIN returns only unmatched rows from the left table. RIGHT JOIN returns only unmatched rows from the right table. https://mode.com/sql-tutorial/sql-outer-joins/
upvoted 2 times
adoptc94
3 years, 4 months ago
F is wrong!! A left join returns all rows from the left table and rows from the right table where the join condition is met! Left or Right Joins DO NOT return only unmatched rows! So if we have table1 (left table) and table2 (right table): The left join would return all records from table1 and only those records from table2 that intersect with table1. I would go with answers: A,B,E
upvoted 6 times
Yema
2 years, 10 months ago
ama is correct. I read his reference. There are a few types of outer joins: LEFT JOIN returns only unmatched rows from the left table. RIGHT JOIN returns only unmatched rows from the right table. FULL OUTER JOIN returns unmatched rows from both tables.
upvoted 1 times
saad3577
1 year, 3 months ago
F is wrong it's not "ONLY" - Right Outer Join returns all the rows from the table on the right and columns of the table on the left is null padded. - Left Outer Join returns all the rows from the table on the left and columns of the table on the right is null padded. https://www.geeksforgeeks.org/difference-between-left-right-and-full-outer-join/
upvoted 1 times
...
...
...
...
...
...
you1234
3 years, 6 months ago
A & B & F is correct answer
upvoted 4 times
saad3577
1 year, 3 months ago
F is wrong it's not "ONLY" - Right Outer Join returns all the rows from the table on the right and columns of the table on the left is null padded. - Left Outer Join returns all the rows from the table on the left and columns of the table on the right is null padded. https://www.geeksforgeeks.org/difference-between-left-right-and-full-outer-join/
upvoted 1 times
...
ama
3 years, 6 months ago
F? The left outer join returns a resultset table with the matched data from the two tables and then the remaining rows of the left table and null from the right table's columns.
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