🔥 3-day streak
Professional Data Engineer26 / 169
Question 26 of 169

A retail analytics team stores three years of daily sales history in a BigQuery table with columns sale_date (DATE), store_id (STRING), and revenue (FLOAT64). They want to generate a 30-day revenue forecast per store directly in BigQuery, using SQL only, and need the model to automatically handle seasonality, holidays, and trend without manual feature engineering. Which approach best meets these requirements?

Reviewed for accuracy · Report an issueNext question