├── .gitattributes ├── Datacamp ├── 980_substring() ├── 981_over()_2 ├── 982_over() ├── 983_split_part ├── 984_Create_temp_table ├── 985_WITH subquery AS ├── 986_Date_2 ├── 987_Date ├── 988_CONCATenate columns.txt ├── 989_Add a SERIAL surrogate key.txt ├── 990_ADD key CONSTRAINTs.txt ├── 991_UNIQUE with ADD CONSTRAINT.txt ├── 992_Disallow NULL values with SET NOT NULL.txt ├── 993_Change types with ALTER COLUMN.txt ├── 994_Delete tables with DROP TABLE.txt ├── 995_Migrate data with INSERT INTO SELECT DISTINCT.txt ├── 996_rename column.txt ├── 997_add column.txt ├── 998_information schema.txt └── 999_Type CASTs.txt ├── Google Cloud ├── 992 parse_date(), regexp_contains(), partition, and clustering.jpg ├── 993 Cross Join, Unnest(), Structs.jpg ├── 994 sample Schema for a new table .jpg ├── 995 unnest() - running query in the nested and repeated array table.jpg ├── 996 group_agg() - transform denormalization table to nested and repeated array .jpg ├── 997 Ingest a new Dataset from Google Cloud Storage.txt ├── 998 Create a new table from a table.jpg └── 999 Find correlation between rain and bicycle rentals.jpg ├── Hackerrank ├── 992 Top Earners ├── 993 Weather Observation Station 2 ├── 994 Print Prime Numbers ├── 995 New Companies ├── 996 Binary Tree Nodes ├── 997 Type of Triangle ├── 998 The PADS ├── 999 Type of Triangle ├── The Blunder ├── Weather Observation Station 3 - MOD() ├── Weather Observation Station 5 - char_length.txt ├── Weather Observation Station 6 - lower() └── Weather Observation Station 8 - left() and right() └── Leetcode ├── 998 limit and offset.jpg └── 999 Join Inner - Outer.jpg /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/.gitattributes -------------------------------------------------------------------------------- /Datacamp/980_substring(): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/980_substring() -------------------------------------------------------------------------------- /Datacamp/981_over()_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/981_over()_2 -------------------------------------------------------------------------------- /Datacamp/982_over(): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/982_over() -------------------------------------------------------------------------------- /Datacamp/983_split_part: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/983_split_part -------------------------------------------------------------------------------- /Datacamp/984_Create_temp_table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/984_Create_temp_table -------------------------------------------------------------------------------- /Datacamp/985_WITH subquery AS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/985_WITH subquery AS -------------------------------------------------------------------------------- /Datacamp/986_Date_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/986_Date_2 -------------------------------------------------------------------------------- /Datacamp/987_Date: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/987_Date -------------------------------------------------------------------------------- /Datacamp/988_CONCATenate columns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/988_CONCATenate columns.txt -------------------------------------------------------------------------------- /Datacamp/989_Add a SERIAL surrogate key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/989_Add a SERIAL surrogate key.txt -------------------------------------------------------------------------------- /Datacamp/990_ADD key CONSTRAINTs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/990_ADD key CONSTRAINTs.txt -------------------------------------------------------------------------------- /Datacamp/991_UNIQUE with ADD CONSTRAINT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/991_UNIQUE with ADD CONSTRAINT.txt -------------------------------------------------------------------------------- /Datacamp/992_Disallow NULL values with SET NOT NULL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/992_Disallow NULL values with SET NOT NULL.txt -------------------------------------------------------------------------------- /Datacamp/993_Change types with ALTER COLUMN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/993_Change types with ALTER COLUMN.txt -------------------------------------------------------------------------------- /Datacamp/994_Delete tables with DROP TABLE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/994_Delete tables with DROP TABLE.txt -------------------------------------------------------------------------------- /Datacamp/995_Migrate data with INSERT INTO SELECT DISTINCT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/995_Migrate data with INSERT INTO SELECT DISTINCT.txt -------------------------------------------------------------------------------- /Datacamp/996_rename column.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/996_rename column.txt -------------------------------------------------------------------------------- /Datacamp/997_add column.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/997_add column.txt -------------------------------------------------------------------------------- /Datacamp/998_information schema.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/998_information schema.txt -------------------------------------------------------------------------------- /Datacamp/999_Type CASTs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Datacamp/999_Type CASTs.txt -------------------------------------------------------------------------------- /Google Cloud/992 parse_date(), regexp_contains(), partition, and clustering.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Google Cloud/992 parse_date(), regexp_contains(), partition, and clustering.jpg -------------------------------------------------------------------------------- /Google Cloud/993 Cross Join, Unnest(), Structs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Google Cloud/993 Cross Join, Unnest(), Structs.jpg -------------------------------------------------------------------------------- /Google Cloud/994 sample Schema for a new table .jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Google Cloud/994 sample Schema for a new table .jpg -------------------------------------------------------------------------------- /Google Cloud/995 unnest() - running query in the nested and repeated array table.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Google Cloud/995 unnest() - running query in the nested and repeated array table.jpg -------------------------------------------------------------------------------- /Google Cloud/996 group_agg() - transform denormalization table to nested and repeated array .jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Google Cloud/996 group_agg() - transform denormalization table to nested and repeated array .jpg -------------------------------------------------------------------------------- /Google Cloud/997 Ingest a new Dataset from Google Cloud Storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Google Cloud/997 Ingest a new Dataset from Google Cloud Storage.txt -------------------------------------------------------------------------------- /Google Cloud/998 Create a new table from a table.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Google Cloud/998 Create a new table from a table.jpg -------------------------------------------------------------------------------- /Google Cloud/999 Find correlation between rain and bicycle rentals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Google Cloud/999 Find correlation between rain and bicycle rentals.jpg -------------------------------------------------------------------------------- /Hackerrank/992 Top Earners: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/992 Top Earners -------------------------------------------------------------------------------- /Hackerrank/993 Weather Observation Station 2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/993 Weather Observation Station 2 -------------------------------------------------------------------------------- /Hackerrank/994 Print Prime Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/994 Print Prime Numbers -------------------------------------------------------------------------------- /Hackerrank/995 New Companies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/995 New Companies -------------------------------------------------------------------------------- /Hackerrank/996 Binary Tree Nodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/996 Binary Tree Nodes -------------------------------------------------------------------------------- /Hackerrank/997 Type of Triangle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/997 Type of Triangle -------------------------------------------------------------------------------- /Hackerrank/998 The PADS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/998 The PADS -------------------------------------------------------------------------------- /Hackerrank/999 Type of Triangle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/999 Type of Triangle -------------------------------------------------------------------------------- /Hackerrank/The Blunder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/The Blunder -------------------------------------------------------------------------------- /Hackerrank/Weather Observation Station 3 - MOD(): -------------------------------------------------------------------------------- 1 | select distinct city from station where MOD(ID,2)=0 2 | 3 | 4 | -------------------------------------------------------------------------------- /Hackerrank/Weather Observation Station 5 - char_length.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/Weather Observation Station 5 - char_length.txt -------------------------------------------------------------------------------- /Hackerrank/Weather Observation Station 6 - lower(): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/Weather Observation Station 6 - lower() -------------------------------------------------------------------------------- /Hackerrank/Weather Observation Station 8 - left() and right(): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Hackerrank/Weather Observation Station 8 - left() and right() -------------------------------------------------------------------------------- /Leetcode/998 limit and offset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Leetcode/998 limit and offset.jpg -------------------------------------------------------------------------------- /Leetcode/999 Join Inner - Outer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mremreozan/SQL-BigQuery/HEAD/Leetcode/999 Join Inner - Outer.jpg --------------------------------------------------------------------------------