Exam DP-700 Topic 3 Question 35 Discussion
Actual exam question for Microsoft's DP-700 exam
Question #: 35
Topic #: 3
Question #: 35
Topic #: 3
You have a Fabric workspace that contains a warehouse named Warehouse1.
In Warehouse1, you create a table named DimCustomer by running the following statement.

You need to set the Customerkey column as a primary key of the DimCustomer table.
Which three code segments should you run in sequence? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.

In Warehouse1, you create a table named DimCustomer by running the following statement.

You need to set the Customerkey column as a primary key of the DimCustomer table.
Which three code segments should you run in sequence? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.

Suggested Answer:

by tejveersinghpundhir at Apr 09, 2025, 01:43 PM
0
0
0
10
Comments
machfer54
2025-05-09 17:03:47tejveersinghpundhir
2025-04-09 13:43:36PRIMARY KEY is only supported when NONCLUSTERED and NOT ENFORCED are both used.
FOREIGN KEY is only supported when NOT ENFORCED is used.
UNIQUE constraint is only supported when NONCLUSTERED and NOT ENFORCED are both used.
https://learn.microsoft.com/en-us/fabric/data-warehouse/table-constraints
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.
Report Comment
Commenting
You can sign-up / login (it's free).