Examtopics

Professional Data Engineer
  • Topic 1 Question 56

    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?

    • Use the TABLE_DATE_RANGE function

    • Use the WHERE_PARTITIONTIME pseudo column

    • Use WHERE date BETWEEN YYYY-MM-DD AND YYYY-MM-DD

    • Use SELECT IF.(date >= YYYY-MM-DD AND date <= YYYY-MM-DD


    シャッフルモード