Topic 1 Question 55
2 つ選択Your organization has been collecting and analyzing data in Google BigQuery for 6 months. The majority of the data analyzed is placed in a time-partitioned table named events_partitioned. To reduce the cost of queries, your organization created a view called events, which queries only the last 14 days of data. The view is described in legacy SQL. Next month, existing applications will be connecting to BigQuery to read the events data via an ODBC connection. You need to ensure the applications can connect. Which two actions should you take?
Create a new view over events using standard SQL
Create a new partitioned table using a standard SQL query
Create a new view over events_partitioned using standard SQL
Create a service account for the ODBC connection to use for authentication
Create a Google Cloud Identity and Access Management (Cloud IAM) role for the ODBC connection and shared ג€eventsג€
ユーザの投票
コメント(17)
C = A standard SQL query cannot reference a view defined using legacy SQL syntax. D = For the ODBC drivers is needed a service account which will get a standard Bigquery role.
👍 49jvg6372020/03/15Answer: CD
👍 9[Removed]2020/03/21Why there are so many wrong answers? Examtopics.com are you enjoying paid subscription by giving random answers from people? Ans: C,D
👍 7JG1232021/11/26
シャッフルモード