Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You have analytics data stored in BigQuery. You need an efficient way to compute values across a group of rows and return a single result for each row.
A
Use an aggregate function.
B
Use a UDF (user-defined function).
C
Use BigQuery ML.
D
Use a window function with an OVER clause.