exam questions

Exam DP-600 All Questions

View all questions & answers for the DP-600 exam

Exam DP-600 topic 1 question 132 discussion

Actual exam question from Microsoft's DP-600
Question #: 132
Topic #: 1
[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?

  • A. INSERT INTO
  • B. CREATE TABLE AS SELECT (CTAS)
  • C. CREATE TABLE AS CLONE OF
  • D. CREATE MATERIALIZED VIEW AS SELECT
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
nappi1
Highly Voted 3 months, 4 weeks ago
Selected Answer: B
since it must be a table and it comes from a join, it cannot be a clone, it must be B.
upvoted 5 times
...
adane
Most Recent 4 months ago
Selected Answer: B
The CREATE TABLE AS SELECT (CTAS) statement allows you to create a new table directly from the results of a query, including joining tables. It automatically determines the column types based on the query's result set, ensuring they match the source tables. This minimizes the number of operations required
upvoted 4 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