
Ultimate access to all questions.
To ensure that existing applications can connect to the events data in Google BigQuery next month, which two actions are recommended? The data is primarily in a time-partitioned table named events_partitioned. A view called events, which queries only the last 14 days of data and uses legacy SQL, has been created to reduce query costs._
A
Create a new view over events_partitioned using standard SQL._
B
Create a service account for the ODBC connection to use for authentication.
C
Create a new view over events using standard SQL.
D
Create a new partitioned table using a standard SQL query.
E
Create a Google Cloud Identity and Access Management (Cloud IAM) role for the ODBC connection and shared events.