In this video, you will learn how to create SQLScript User Defined Libraries. Libraries are designed to group related variables, functions, and procedures together within a common object. These library members can either be exposed using the PUBLIC keyword, or set to only be consumable from within the library itself using the PRIVATE keyword.