Examtopics

Associate Data Practitioner
  • Topic 1 Question 35

    Your organization uses a BigQuery table that is partitioned by ingestion time. You need to remove data that is older than one year to reduce your organization’s storage costs. You want to use the most efficient approach while minimizing cost. What should you do?

    • Create a scheduled query that periodically runs an update statement in SQL that sets the “deleted" column to “yes” for data that is more than one year old. Create a view that filters out rows that have been marked deleted.

    • Create a view that filters out rows that are older than one year.

    • Require users to specify a partition filter using the alter table statement in SQL.

    • Set the table partition expiration period to one year using the ALTER TABLE statement in SQL.


    シャッフルモード