ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 137 - Professional Data Engineer discussion

Report
Export

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
Answers
A.
Use the TABLE_DATE_RANGE function
B.
Use the WHERE_PARTITIONTIME pseudo column
Answers
B.
Use the WHERE_PARTITIONTIME pseudo column
C.
Use WHERE date BETWEEN YYYY-MM-DD AND YYYY-MM-DD
Answers
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
Answers
D.
Use SELECT IF.(date >= YYYY-MM-DD AND date <= YYYY-MM-DD
Suggested answer: A

Explanation:

Reference: https://cloud.google.com/blog/products/gcp/using-bigquery-and-firebase-analytics-tounderstandyour-mobile-app?hl=am

asked 18/09/2024
JP Pelovello
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first