Learning Snowflake SQL and Scripting - Alan Beaulieu

Learning Snowflake SQL and Scripting

By Alan Beaulieu

  • Release Date: 2023-10-03
  • Genre: Programming

Description

To help you on the path to becoming a Snowflake pro, this concise yet comprehensive guide reviews fundamentals and best practices for Snowflake's SQL and Scripting languages. Developers and data professionals will learn how to generate, modify, and query data in the Snowflake relational database management system as well as how to apply analytic functions for reporting.

Author Alan Beaulieu also shows you how to create scripts, stored functions, and stored procedures to return data sets using Snowflake Scripting. This book is ideal whether you're new to databases and need to run queries or reports against a Snowflake database, or transitioning from databases such as Oracle, SQL Server, or MySQL to cloud-based platforms.

With this book, you will:
Generate and modify Snowflake data using Insert, Update, DeleteQuery data in Snowflake using Select, including joining multiple tables, using subqueries, and groupingApply analytic functions for performing subtotals, grand totals, row comparisons, and other reporting functionalityBuild scripts combining SQL statements with looping, if-then-else, and exception handlingLearn how to build stored procedures and functionsUse stored procedures to return data sets