Author: user

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 ?
Medical Article @ Freshers.in

Physiology of Calcium – (Endocrinology)

1. 99% of the body calcium is in the skeleton. 2. Only 1% is circulation and only half of this…

Continue Reading Physiology of Calcium – (Endocrinology)

Explain distributed cache in Hadoop ?

Distributed cache is a facility provided by Hadoop map reduce framework to access small file needed by application during its…

Continue Reading Explain distributed cache in Hadoop ?

What are the Python Modules provided in AWS Glue

AWS Glue version 2.0 supports the following python modules. Note : Different Glue versions support different Python versions. boto3==1.12.4 botocore==1.15.4…

Continue Reading What are the Python Modules provided in AWS Glue
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 ?