Tag: cloud_storage

Snowflake

Snowflake : An overview of Snowflake’s Data Sharing feature

One of Snowflake’s most popular features is its data sharing capability, which allows organizations to securely share data with external…

Continue Reading Snowflake : An overview of Snowflake’s Data Sharing feature
Snowflake

Snowflake : Cube in detail. Learn how to implement Cube in Snowflake

In data warehousing, a cube is a multi-dimensional representation of data. It allows users to view data from different perspectives,…

Continue Reading Snowflake : Cube in detail. Learn how to implement Cube in Snowflake
Snowflake

Snowflake : Lateral Join in Snowflake

Lateral Join is a powerful feature in Snowflake that allows you to join a table with a table-valued function (TVF)….

Continue Reading Snowflake : Lateral Join in Snowflake
Snowflake

Snowflake : Recognizes matches of a pattern in a set of rows (MATCH_RECOGNIZE)

Snowflake’s MATCH_RECOGNIZE is a powerful feature that allows users to identify patterns in data and extract meaningful insights. With MATCH_RECOGNIZE,…

Continue Reading Snowflake : Recognizes matches of a pattern in a set of rows (MATCH_RECOGNIZE)
Snowflake

Snowflake : Analyze data in a hierarchical manner (CONNECT BY)

Snowflake’s CONNECT BY is a powerful feature that enables hierarchical queries to be performed on data in a Snowflake database….

Continue Reading Snowflake : Analyze data in a hierarchical manner (CONNECT BY)