Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Google Professional Data Engineer Exam Professional-Data-Engineer Question # 14 Topic 2 Discussion

Google Professional Data Engineer Exam Professional-Data-Engineer Question # 14 Topic 2 Discussion

Professional-Data-Engineer Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2

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?


A.

Add ", UNNEST(person)" before the WHERE clause.


B.

Change "person" to "person.city".


C.

Change "person" to "city.person".


D.

Add ", UNNEST(city)" before the WHERE clause.


Get Premium Professional-Data-Engineer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.