DP-900 · Question #41
You need to use Transact-SQL to query files in Azure Data Lake Storage Gen 2 from an Azure Synapse Analytics data warehouse. What should you use to query the files?
The correct answer is C. PolyBase. PolyBase enables your SQL Server instance to process Transact-SQL queries that read data from external data sources. SQL Server 2016 and higher can access external data in Hadoop and Azure Blob Storage. Starting in SQL Server 2019, you can now use PolyBase to access external…
Question
Options
- AAzure Functions
- BMicrosoft SQL Server Integration Services (SSIS)
- CPolyBase
- DAzure Data Factory
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C91% (31)
Explanation
PolyBase enables your SQL Server instance to process Transact-SQL queries that read data from external data sources. SQL Server 2016 and higher can access external data in Hadoop and Azure Blob Storage. Starting in SQL Server 2019, you can now use PolyBase to access external data in SQL Server, Oracle, Teradata, and MongoDB. https://docs.microsoft.com/en-gb/learn/modules/explore-data-storage-processing-azure/3- explore-azure-synapse-analytics
Topics
Community Discussion
No community discussion yet for this question.