
Explanation:
The question requires a solution that:
Option D is the correct recommendation because it addresses both core requirements: enabling Transact-SQL queries against Delta Lake data and supporting partition elimination through the use of partitioned views in serverless SQL pools, which is the Microsoft-recommended approach for this specific scenario.
Ultimate access to all questions.
You have an Azure Synapse Analytics workspace with an Apache Spark pool named SparkPool1. This pool contains a Delta Lake table named SparkTable1.
You need to recommend a solution that enables querying the data in SparkTable1 using Transact-SQL and ensures that the queries can utilize partition elimination.
What should you include in the recommendation?
A
a partitioned table in a dedicated SQL pool
B
a partitioned view in a dedicated SQL pool
C
a partitioned index in a dedicated SQL pool
D
a partitioned view in a serverless SQL pool
No comments yet.