🔥 3-day streak
Databricks Certified Data Engineer Associate69 / 150
Question 69 of 150
A data engineer is transforming a bronze Delta table where each row represents an order with a column `items` containing an array of struct values (each struct has `product_id` and `qty`). The goal for the silver layer is to produce one row per individual item, keeping the parent `order_id`. Which PySpark transformation correctly flattens this structure?
Reviewed for accuracy · Report an issueNext question