Google Cloud Associate Data Practitioner — Question 80

Your team uses Google Sheets to track budget data that is updated daily. The team wants to compare budget data against actual cost data, which is stored in a BigQuery table. You need to create a solution that calculates the difference between each day's budget and actual costs. You want to ensure that your team has access to daily-updated results in Google Sheets. What should you do?

Answer options

Correct answer: B

Explanation

Option B is the correct choice because it allows you to create a BigQuery external table directly from the Google Sheet, enabling real-time access to updated data. The other options involve unnecessary steps like downloading and uploading CSV files, which complicates the process and does not ensure daily updates in Google Sheets.