Working With RESULTSET Object | Snowflake Scripting Guide | Stored Procedure Tutorial | Ch-17

preview_player
Показать описание
In this Snowflake SQL scripting developer's guide, you would learn about RESULTSET objects and how it has to be used while working with stored procedure as well as anonymous block.

Upon completing the "Working With RESULTSET Objects " chapter-17, you'll be ready to answer the following questions:
1. How to use RESULTSET objects in a stored procedure?
2. How to use fetch keyword when working with RESULTSET object
3. How to iterate through a RESULTSET and fetch individual field value from rows?

🚀🚀 Data Engineering Simplified - Social Links

🚀🚀 Find all SQL Scripts + Examples in Medium Blog Page

🚀🚀 Chapters
--------------------------
➥ 00:00 Introduction
➥ 00:51 Scope of this video
➥ 01:07 Welcome Note
➥ 01:42 Part-01 RESULTSET Object Construct
➥ 07:44 Part-02 Iterating RESULTSET
➥ 09:32 Part-03 Dynamic Query With RESULTSET
➥ 13:53 Thank You Note

🚀🚀 Snowflake Stored Procedure Playlist

#storedprocedure
#snowflakecomputing
#snowflakedatawrehouse
#snowflake
#dataengineeringsimplifed
#DESimplified
#dataengineering
#clouddatawarehouse

Disclaimer: All snowflake-related learning materials and tutorial videos published in this channel are the personal opinions of the data engineering simplified team and they're neither authorized by nor associated with Snowflake, Inc.
Рекомендации по теме
Комментарии
Автор

Is there a way to check if resultset is empty and then raise exception ?

kanagalanagasri
Автор

What are the deciding factors for using a Resultset or a Cursor, I don't see the difference?

gordonash