Learning Snowflake SQL and Scripting
Alan Beaulieu
* Affiliatelinks/Werbelinks
Links auf reinlesen.de sind sogenannte Affiliate-Links. Wenn du auf so einen Affiliate-Link klickst und über diesen Link einkaufst, bekommt reinlesen.de von dem betreffenden Online-Shop oder Anbieter eine Provision. Für dich verändert sich der Preis nicht.
Naturwissenschaften, Medizin, Informatik, Technik / Anwendungs-Software
Beschreibung
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