Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft DP-600 Exam - Topic 2 Question 50 Discussion

Actual exam question for Microsoft's DP-600 exam
Question #: 50
Topic #: 2
[All DP-600 Questions]

You have a Fabric tenant that contains a warehouse named DW1 and a lakehouse named LH1. DW1 contains a table named Sales.Product. LH1 contains a table named Sales.Orders.

You plan to schedule an automated process that will create a new point-in-time (PIT) table named Sales.ProductOrder in DW1. Sales.ProductOrder will be built by using the results of a query that will join Sales.Product and Sales.Orders.

You need to ensure that the types of columns in Sales. ProductOrder match the column types in the source tables. The solution must minimize the number of operations required to create the new table.

Which operation should you use?

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

0/2000 characters
Lezlie
5 days ago
I'm not entirely sure, but I remember something about using INSERT INTO for appending data. Would that be efficient here?
upvoted 0 times
...
Ezekiel
10 days ago
I think the CTAS option might be the best choice since it allows you to create the new table directly from the query results.
upvoted 0 times
...

Save Cancel