ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 179 - DP-203 discussion

Report
Export

You have an Azure subscription that contains an Azure Blob Storage account named storage1 and an Azure Synapse Analytics dedicated SQL pool named Pool1. You need to store data in storage1. The data will be read by Pool1. The solution must meet the following requirements:

Enable Pool1 to skip columns and rows that are unnecessary in a query. Automatically create column statistics. Minimize the size of files. Which type of file should you use?

A.
JSON
Answers
A.
JSON
B.
Parquet
Answers
B.
Parquet
C.
Avro
Answers
C.
Avro
D.
CSV
Answers
D.
CSV
Suggested answer: B

Explanation:

Automatic creation of statistics is turned on for Parquet files. For CSV files, you need to create statistics manually until automatic creation of CSV files statistics is supported.

Reference:

https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-statistics

asked 02/10/2024
Harry Meijer
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first