nerdexam
Microsoft

DP-203 · Question #311

You have an Azure subscription that contains the resources shown in the following table. You need to read the TSV files by using ad-hoc queries and the OPENROWSET function. The solution must assign…

The correct answer is A. the WITH clause. To specify explicit column names and data types, you can override the default column names and inferred data types by providing a schema definition in a WITH clause. https://learn.microsoft.com/en-us/training/modules/query-data-lake-using-azure-synapse…

Submitted by thandi_sa· Mar 30, 2026Develop data processing

Question

You have an Azure subscription that contains the resources shown in the following table. You need to read the TSV files by using ad-hoc queries and the OPENROWSET function. The solution must assign a name and override the inferred data type of each column. What should you include in the OPENROWSET function?

Exhibit

DP-203 question #311 exhibit

Options

  • Athe WITH clause
  • Bthe ROWSET_OPTIONS bulk option
  • Cthe DATAFILETYPE bulk option
  • Dthe DATA_SOURCE parameter

How the community answered

(66 responses)
  • A
    73% (48)
  • B
    8% (5)
  • C
    15% (10)
  • D
    5% (3)

Explanation

To specify explicit column names and data types, you can override the default column names and inferred data types by providing a schema definition in a WITH clause. https://learn.microsoft.com/en-us/training/modules/query-data-lake-using-azure-synapse- serverless-sql-pools/3-query-files

Topics

#OPENROWSET#WITH clause#serverless SQL pool#TSV

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice