DP-203 • Practice Exam 55
Free DP-203 practice exam — 20 questions with explanations. Set 55. No signup required.
Refer to the exhibit. You are querying the sys.external_tables view in an Azure Synapse Analytics serverless SQL pool. The query returns no rows, but you know that external tables have been created. What is the most likely reason?
{
"name": "List all external tables in a serverless SQL pool",
"query": "SELECT name, location FROM sys.external_tables WHERE type = 'HADOOP'"
}