Valid DP-600 Dumps shared by ExamDiscuss.com for Helping Passing DP-600 Exam! ExamDiscuss.com now offer the newest DP-600 exam dumps, the ExamDiscuss.com DP-600 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DP-600 dumps with Test Engine here:
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 that are present in both tables. Which type of join should you use?
Correct Answer: C
When you need to return all rows that are present in both tables, you use a full outer join. This type of join combines the results of both left and right outer joins and returns all rows from both tables, with matching rows from both sides where available. If there is no match, the result is NULL on the side of the join where there is no match. References: Information about joins and their use in querying data in a lakehouse can be typically found in the SQL and data processing documentation of the Fabric tenant or lakehouse solutions.