
Ultimate access to all questions.
You are responsible for managing multiple applications that generate logs which need to be analyzed using BigQuery. Each application should have its own table, and logs older than 45 days should be automatically removed to optimize storage. Following Google-recommended practices, what should you do?
A
Configure the expiration time for your tables at 45 days
B
Make the tables time-partitioned, and configure the partition expiration at 45 days
C
Rely on BigQuery's default behavior to prune application logs older than 45 days
D
Create a script that uses the BigQuery command line tool (bq) to remove records older than 45 days