Ultimate access to all questions.
You have spent a few days loading data from comma-separated values (CSV) files into a Google BigQuery table named CLICK_STREAM. This table includes a column called DT that stores the epoch time of click events. For simplicity and convenience, you initially defined every field in the table with a STRING data type. Now, your goal is to compute the web session durations for users who visit your site. To achieve accurate computation, you need to change the data type of the DT column from STRING to TIMESTAMP. You also want to minimize the migration effort while ensuring that future queries do not become computationally expensive. What should you do?