Category: snowflake

Snowflake

Why sqitch init snowflake cannot determine Snowflake account name ?

Currently supported databases by Sqitch’s database change management tool include Snowflake’s Cloud Data Warehouse as well as PostgreSQL 8.4+, SQLite…

Continue Reading Why sqitch init snowflake cannot determine Snowflake account name ?
Snowflake

How can you track the change metadata of a Snowflake table?

The CHANGES clause enables querying the change tracking metadata for a table within a specified interval of time without having…

Continue Reading How can you track the change metadata of a Snowflake table?
Snowflake

How to do Pivot in Snowflake ?

PIVOT in Snowflake PIVOT rotates a table by turning the unique values from one column in the input expression into…

Continue Reading How to do Pivot in Snowflake ?
Snowflake

How can you UNPIVOT in Snowflake ?

UNPIVOT in Snowflake UNPIVOT will rotate a table by transforming columns into rows. UNPIVOT is a relational operator which accepts…

Continue Reading How can you UNPIVOT in Snowflake ?
Snowflake

In Snowflake how to Encrypts a BINARY value using a BINARY key ?

ENCRYPT_RAW is used to Encrypts a BINARY value using a BINARY key. Syntax ENCRYPT_RAW( <value_to_encrypt> , <key> , <iv> ,…

Continue Reading In Snowflake how to Encrypts a BINARY value using a BINARY key ?
Snowflake

What is Snowflake Merge Command ? How to use it ?

The Snowflake Merge command will allows you to perform merge operations between two tables. The Merge operation includes Insert, Delete,…

Continue Reading What is Snowflake Merge Command ? How to use it ?
Snowflake

What are the Data Processing Operators in Snowflake ?

Filter : Represents an operation that filters the records. Attributes: Filter condition – the condition used to perform filtering. Join…

Continue Reading What are the Data Processing Operators in Snowflake ?
Snowflake

What are the features in Snowflake Query History page?

You can access the snowflake query history page from Navigation=>Compute=>Query History. Users can access the Query History page from the…

Continue Reading What are the features in Snowflake Query History page?