/DBII-Workshops

Databases II - Workshops

Primary LanguageJupyter Notebook

Databases II - Workshops

Introduction

In this repository all the workshops of Databases II are provided, simply follow the links below to start a workshop.

Workshops

Workshop Topics
01 - Stored Procedures Learn about re-using code with Stored Procedures.
02 - Triggers Learn about cascading actions with triggers.
03 - Cursors Learn about navigating through data with cursors.
04 - Temporary Tables Learn about storing temp. data.
05 - Dynamic SQL Learn about writing flexible SQL statements.
06 - Performance Learn about writing performant queries using Indices.
07 - Data Formatting Learn about formatting and transforming your data structure using XML
08 - Transactions Learn about isolation levels and transactions.

Notebooks

In certain workshops a .IPYNB file is provided, this file can be opened with Azure Data Studio and can give you some more insight. Basically it combines SQL statements which can be executed and some additional information how the statement works.

Contributions and feedback

Please feel free to open issues, fix bugs/typo's or provide feedback. If you want to learn more about Pull Requests, Forks and why we use them in this repository, this Medium Article can provide some insight