List of questions
Related questions
Question 137 - Professional Data Engineer discussion
You have enabled the free integration between Firebase Analytics and Google BigQuery. Firebase now automatically creates a new table daily in BigQuery in the format app_events_YYYYMMDD. You want to query all of the tables for the past 30 days in legacy SQL. What should you do?
A.
Use the TABLE_DATE_RANGE function
B.
Use the WHERE_PARTITIONTIME pseudo column
C.
Use WHERE date BETWEEN YYYY-MM-DD AND YYYY-MM-DD
D.
Use SELECT IF.(date >= YYYY-MM-DD AND date <= YYYY-MM-DD
Your answer:
0 comments
Sorted by
Leave a comment first