BigQuery Nested and Repeated Fields - Live Example

preview_player
Показать описание
This video demonstrates live example of creating and manipulating BigQuery table having Nested (RECORD) and REPEATED fields.

It covers answers for:
- How to create table having Nested (RECORD) and REPEATED fields?
- How to insert data in table having Nested (RECORD) and REPEATED fields?
- How to UNNEST the Nested (RECORD) and REPEATED fields?

Like, Comment and Share this video!
#bigquery #nestedfields #repeatedfields
Рекомендации по теме
Комментарии
Автор

O have one doubt that is how to run the procedure s in airflow if data in postgres data base

sridhar
Автор

For example we want to update for John, for the book The Insider, pages from 200 to 250 . What will be the query ?

praveenkhanduri
Автор

1. What's the difference between repeated and nested? Is it something must be nested before it can be repeated?
2. What is the FROM table, UNNEST syntax? Sometimes i see FROM table CROSS JOIN UNNEST, or FROM table LEFT JOIN UNNEST too.
3. What is FROM X, Y syntax?

Han-veuh
Автор

good explanation about repeated fields. how can we query --> Give me users who either have "The insider" or "The Alchemist". The result should return Krishna and John

akashm