Question 9 of 307
Single answerYour company is using WILDCARD tables to query data across multiple tables with similar names. The SQL statement is currently failing with the following error:< br>
Which table name will make the SQL statement work correctly?
Which table name will make the SQL statement work correctly?
A'bigquery-public-data.noaa_gsod.gsod'
Bbigquery-public-data.noaa_gsod.gsod*
C'bigquery-public-data.noaa_gsod.gsod'*
✓D'bigquery-public-data.noaa_gsod.gsod*`
✓
Correct Answer: D
'bigquery-public-data.noaa_gsod.gsod*`
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.