🔥 3-day streak
Databricks Certified Data Engineer Associate108 / 150
Question 108 of 150

A data engineer is building a Silver table for customer subscriptions. Each row has a `signup_date` and a `cancel_date` (both DATE type). The engineer needs a new column `tenure_months` that expresses the whole number of months between the two dates. Which Spark SQL expression produces the correct integer month count?

Reviewed for accuracy · Report an issueNext question