Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam DP-600 All Questions

View all questions & answers for the DP-600 exam

Exam DP-600 topic 1 question 76 discussion

Actual exam question from Microsoft's DP-600
Question #: 76
Topic #: 1
[All DP-600 Questions]

You have a Fabric tenant that contains a lakehouse.

You plan to use a visual query to merge two tables.

You need to ensure that the query returns all the rows in both tables.

Which type of join should you use?

  • A. inner
  • B. full outer
  • C. left outer
  • D. right anti
  • E. right outer
  • F. left anti
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
nappi1
3 days, 11 hours ago
Selected Answer: B
since there is no other information on the tables, the answer is the academical one
upvoted 1 times
...
vernillen
5 months, 3 weeks ago
Selected Answer: B
Just making it more obvious, but yea... all other options wouldn't return all the rows in both tables but exclude some.
upvoted 1 times
...
stilferx
6 months, 2 weeks ago
Selected Answer: B
IMHO, 1st grage of SQL school - FULL OUTER JOIN. Because - ALL rows, not from left, right, ... table(s)
upvoted 3 times
...
2dc6125
6 months, 2 weeks ago
B. Left or right will only return one table all rows and other table if exist in the other table. inner will only return if data match in both tables so Full (outer) join will return all data from both tables
upvoted 3 times
...
VAzureD
7 months ago
Selected Answer: B
FULL (OUTER) JOIN https://www.w3schools.com/sql/sql_join.asp
upvoted 4 times
...
Nefirs
7 months, 1 week ago
Selected Answer: B
full outer keeps rows from both sides
upvoted 2 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 ...