exam questions

Exam DP-600 All Questions

View all questions & answers for the DP-600 exam

Exam DP-600 topic 1 question 47 discussion

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

DRAG DROP -
You are creating a data flow in Fabric to ingest data from an Azure SQL database by using a T-SQL statement.
You need to ensure that any foldable Power Query transformation steps are processed by the Microsoft SQL Server engine.
How should you complete the code? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
SamuComqi
Highly Voted 1 year, 2 months ago
* Value * NativeQuery * EnableFolding Source: https://learn.microsoft.com/en-us/power-query/native-query-folding
upvoted 29 times
...
Rakesh16
Most Recent 5 months, 2 weeks ago
Value.NativeQuery & EnableFolding
upvoted 1 times
...
282b85d
11 months, 1 week ago
•Value.NativeQuery: This function is used to execute a native SQL query directly against the data source. This ensures that the query is processed on the server-side, which can significantly improve performance by leveraging the database engine's capabilities. •EnableFolding: By setting EnableFolding to true, you are instructing Power Query to allow query folding for any subsequent transformations that can be pushed down to the SQL Server engine. This means that Power Query will try to push as much of the query logic as possible to the database engine.
upvoted 3 times
...
stilferx
11 months, 3 weeks ago
IMHO, Value -> NativeQuery -> EnableFolding is good :) Because of here: Value.NativeQuery(Source, "SELECT DepartmentID, Name FROM HumanResources.Department WHERE GroupName = 'Research and Development' ", null, [EnableFolding = true]) Link: https://learn.microsoft.com/en-us/power-query/native-query-folding#use-valuenativequery-function
upvoted 3 times
...
XiltroX
1 year, 2 months ago
Answer is correct
upvoted 3 times
...
Momoanwar
1 year, 2 months ago
Correct
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago