Databricks Certified Data Engineer Associate · Free Practice Question Easy
Question 1
Which data type is typically involved when using the explode function?
- A STRING
- B INTEGER
- C ARRAY
- D BOOLEAN
Reveal correct answer
Correct answer: C
Explanation
The explode function operates on ARRAY data types since it is designed to take each element within an array and create a new row for it in the result set.Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
