Tag: Cloud Database

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)
Snowflake

Snowflake : Data Sharing in Snowflake

Data Sharing is a unique feature of Snowflake that enables organizations to securely share data across different Snowflake accounts. This…

Continue Reading Snowflake : Data Sharing in Snowflake