Stored Procedures in SQL - MySQL Tutorial #7

Stored procedures allow us to save SQL code, so that we can use it over and over again.
Link to Playlist: • MySQL Tutorials
◾◾◾◾◾ MySQL Tutorial Playlist ◾◾◾◾◾
1) MySQL Setup, Install, and Basics: • Setup & Install, Basic...
2) Basic Queries: • Create Tables, Insert ...
3) Arithmetic, Comparison, and Logical SQL Operators: • SQL Operators: Arithme...
4) Aggregate and Scalar Functions: • SQL Aggregate and Scal...
5) SQL Joins: • SQL Inner, Left, and R...
6) If - Then Logic w/ SQL Cases: • SQL IF - THEN Logic w/...
7) Procedures in SQL: • Stored Procedures in S...
8) SQL Constraints: • Constraints in SQL - M...
◾◾◾◾◾ Timestamps ◾◾◾◾◾
00:00 | Introduction
00:18 | Creating a Stored Procedure
02:45 | Stored Procedure w/ Input Parameter
06:00 | Stored Procedure w/ Output Parameter
10:48 | Stored Procedure w/ Input & Output Parameters
◾◾◾◾◾ Related Content ◾◾◾◾◾
🚗 Self-Driving Car in Python: • Self-driving Car | Py...
🕹️ Pygame Tutorials: • Pygame Tutorials
🐍 PyCharm Tutorials: • PyCharm Tutorials
◾◾◾◾◾ Let's Connect! ◾◾◾◾◾
📢 Discord Chat: / discord
◾◾◾◾◾ Hashtags ◾◾◾◾◾
#datascience #mysql #sql

Пікірлер: 8

  • @Exceltech810
    @Exceltech810 Жыл бұрын

    That's a pretty good video that goes straight to the point with step-by-step instruction!! You should deserve more views and subscribers. Thx!

  • @MaxOnTech

    @MaxOnTech

    Жыл бұрын

    thanks! Glad it helped!

  • @emelyumer
    @emelyumer10 ай бұрын

    Hi I really like your way for explanation. Can you post a record how to install postgres on docker for Windows 10? I watched several videos but I couldn't install 😢

  • @MaxOnTech

    @MaxOnTech

    10 ай бұрын

    hi, thanks! glad it helps. Thanks for the suggestion. Ill see if I can fit that in :)

  • @noobiemanxyz8982
    @noobiemanxyz8982 Жыл бұрын

    Hey max!! Remember me?? (No i guess) Last time i visited this channel, you had 1k subs and now its 4k+ I am happy because i am watching you from 62 subs😊

  • @MaxOnTech

    @MaxOnTech

    Жыл бұрын

    haha noobie man xyz is indeed a name that I remember!

  • @globalgrowth343
    @globalgrowth343 Жыл бұрын

    I hope you answer, why you put age inside single quote, if we know the age datatype is integer?

  • @MaxOnTech

    @MaxOnTech

    Жыл бұрын

    hey, there is no reason. It was for demonstrative purposes and I didn't pay attention to this detail. :)