Question 196

Suppose you have a table that includes a nested column called "city" inside a column called "person", but when you try to submit the following query in BigQuery, it gives you an error.
SELECT person FROM `project1.example.table1` WHERE city = "London"
How would you correct the error?
  • Question 197

    To give a user read permission for only the first three columns of a table, which access control method would you use?
  • Question 198

    Why do you need to split a machine learning dataset into training data and test data?
  • Question 199

    Which SQL keyword can be used to reduce the number of columns processed by BigQuery?
  • Question 200

    You are loading CSV files from Cloud Storage to BigQuery. The files have known data quality issues, including mismatched data types, such as STRINGS and INT64s in the same column, and inconsistent formatting of values such as phone numbers or addresses. You need to create the data pipeline to maintain data quality and perform the required cleansing and transformation. What should you do?