Question
What is a schema in Spark SQL?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A definition of column names, data types, and nullability
Explanation:
The schema gives structure to each row.
Spark uses it for validation, planning, and optimized execution.
Leave a Reply