-
The concepts of Snowflake Scripting.
-
Writing Stored Procedures.
-
Writing User Defined Functions(UDFs).
-
Generic Stored Procedures that can be used in Snowflake Projects.
This course has helped me..
-
To understand complex stored procedures written by others.
-
If I want to write simple to complex stored procedures and User Defined Functions.
-
If I want to go through some procedures that can be implemented in your projects with small changes.
Below are the concepts I have Learned in this course.
What is a stored procedure and blocks in a procedure
Variables
Table Literals
Identifiers
Flow Control Statements - Branching or Conditional(If Else and Case)
Flow Control Statements - Looping(For and While)
Cursors
Resultsets
Exception Handling
Transactions
Snowflake Information Schema
Below are the generic procedures and implementations explained.
-
Procedure for Automated Data Loads
-
SCD Type-1 implementation
-
SCD Type-2 implementation
-
Procedure for 1 to 1 View creation
-
Procedure for dropping all tables from a schema
-
Procedure for dropping all views from a schema
-
Procedure for migrating table DDL from one database to other database
-
Procedure for migrating views from one database to other database
-
Procedure for Automating Full load from staging to target tables
-
Procedure for Automating Delta/Incremental load from staging to target tables
-
Procedure for sample data setup for testing in lower environment
-
Code deployment using GitHub and Schema change
What I have learn Learnt the concepts of Snowflake Scripting Learnt How to write Stored Procedures using SQL Understood complex Stored Procedures written by others Learnt how to write User Defined Functions(UDFs) in SQL Are there any course requirements or prerequisites? Basic idea on Snowflake Cloud Basic SQL Knowledge Knowledge on any programming language will be added advantage Who this course is for: Who is working on Snowflake Projects Who is struggling to Understand the complex Stored Procedures Who is struggling to write Stored Procedures and UDFs