Trang chủ Professional Data Engineer 285 / 343
Quay lại bộ đề
Question #285 Topic 1
Your company is using WILDCARD tables to query data across multiple tables with similar names. The SQL statement is currently failing with the following error: Which table name will make the SQL statement work correctly?
A
'bigquery-public-data.noaa_gsod.gsod'
B
bigquery-public-data.noaa_gsod.gsod*
C
'bigquery-public-data.noaa_gsod.gsod'*
D
'bigquery-public-data.noaa_gsod.gsod*`