Question 47 of 280
Single answerYou recently joined an enterprise-scale company that has thousands of datasets. You know that there are accurate descriptions for each table in BigQuery, and you are searching for the proper BigQuery table to use for a model you are building on AI Platform. How should you find the data that you need?
✓AUse Data Catalog to search the BigQuery datasets by using keywords in the table description.
BTag each of your model and version resources on AI Platform with the name of the BigQuery table that was
used for training.
CMaintain a lookup table in BigQuery that maps the table descriptions to the table ID. Query the lookup table to find the correct table ID for the data that you need.
DExecute a query in BigQuery to retrieve all the existing table names in your project using the
INFORMATION_SCHEMA metadata tables that are native to BigQuery. Use the result o find the table that you
need.
✓
Correct Answer: A
Use Data Catalog to search the BigQuery datasets by using keywords in the table description.
▥
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.