
Ultimate access to all questions.
To analyze data from the past 30 days using Firebase Analytics integration with Google BigQuery, where daily tables are automatically created in the format app_events_YYYYMMDD, and the query must use legacy SQL, which method should you employ?
A
Utilize the WHERE_PARTITIONTIME pseudo column for filtering._
B
Apply the TABLE_DATE_RANGE function to specify the date range.
C
Filter data using a WHERE clause with date BETWEEN YYYY-MM-DD AND YYYY-MM-DD.
D
Use a SELECT IF statement to check if the date falls within the specified range.