Category: article

getDbt

DBT : how to set up and configure DBT Standalone

DBT (Data Build Tool) Standalone is a tool for managing SQL transformations. To set it up and configure, follow these…

Continue Reading DBT : how to set up and configure DBT Standalone
getDbt

DBT : What is DBT quoting ?

DBT (Data Build Tool) quoting refers to the process of wrapping a string or identifier in quotes in SQL statements….

Continue Reading DBT : What is DBT quoting ?
Google Big Query @ Freshers.in

BigQuery : What is STRUCT in Google BigQuery

The STRUCT expression in BigQuery allows you to create a structure or a nested field in your query result. This…

Continue Reading BigQuery : What is STRUCT in Google BigQuery
Google Big Query @ Freshers.in

BigQuery : What are the different data types supported by BigQuery?

BigQuery supports a wide variety of data types, including: Numeric types: INTEGER, FLOAT, NUMERIC String types: STRING, BYTES Date and…

Continue Reading BigQuery : What are the different data types supported by BigQuery?
Google Big Query @ Freshers.in

BigQuery : Handle missing or null values in BigQuery

Missing or null values in BigQuery 6 Steps you should try  In BigQuery, missing or null values can be handled…

Continue Reading BigQuery : Handle missing or null values in BigQuery