Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you maintain the daily export of a table after migrating an on-premises MySQL database to Cloud SQL, while minimizing cost and operational overhead, if the export was previously handled by a cron job on the database server?
A
Use Cloud Scheduler and Cloud Functions to run the daily export.
B
Create a streaming Datatlow job to export the table.
C
Set up Cloud Composer, and create a task to export the table daily.
D
Run the cron job on a Compute Engine instance to continue the export.