
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
What is a benefit of creating an external table from Parquet rather than CSV when using a CREATE TABLE AS SELECT statement?
A
Parquet files can be partitioned
B
Parquet files will become Delta tables
C
Parquet files have a well-defined schema
D
Parquet files have the ability to be optimized
Explanation:
When comparing Parquet vs CSV for external tables in Databricks:
Parquet advantages:
CSV limitations:
Why other options are incorrect:
The key benefit is that Parquet's embedded schema eliminates schema inference issues and provides better type safety compared to CSV.