Create table as Select, Create table Copy and Create table Like in BigQuery
Create Table As Select (CTAS) in BigQuery The CTAS statement creates a new table by copying the schema and data
Continue readingCreate Table As Select (CTAS) in BigQuery The CTAS statement creates a new table by copying the schema and data
Continue readingConcat function in Hive The concat() function add two or more strings or bytes together. If any of the value
Continue readingALTER TABLE ADD COLUMN statement Alter statement allows us to modify the structure of the existing table. Using Alter Table
Continue readingCOALESCE function in Hive Coalesce is a conditional function in Hive which is used to handle the NULL values. It
Continue readingExternal table in BigQuery External Data Sources The data which is not stored in the BigQuery storage is called as
Continue readingDATE_ADD function in BigQuery DATE_ADD is a part of DATE function in BigQuery. It add a specified time interval to
Continue readingExplode function in Hive Explode is a User Defined Table generating Function(UDTF) in Hive. It takes an array (or a
Continue readingExport data to a file in BigQuery After loading the data into BigQuery table, we may need that data in
Continue readingRow_number function in Oracle Row_number is an analytical function. It assigns a unique sequential number to each row according to
Continue readingViews in BigQuery A view is a virtual table. It logically represents subsets of data from one or more tables.
Continue reading