This Repo Contains MySQL queries to perform operations on tables
1)
2)
3) Stored Procedures or Stored routines.
[https://www.youtube.com/watch?v=WOqFqZ9LB6A&list=PL_c9BZzLwBRI8Tv6o6AralPWFmQr0GShn]
http://www.mysqltutorial.org/mysql-stored-procedure-tutorial.aspx
1)Introduction to MySQL Stored Procedures
i)what is routine.
ii)Defination of stored procedures
iii)recursive stored procudures.
iV)Stored Procedures in MySQL.
v)MySQL stored procedures advantages
vi)MySQL stored procedures disadvantages
2)Getting Started with MySQL Stored Procedures
1)Writing the first MySQL stored procedure
2)Calling stored procedures
3) MySQL Stored Procedure Variables
4) MySQL Stored Procedure Parameters
5) MySQL Stored Procedures That Return Multiple Values
6) MySQL IF Statement
7) MySQL CASE Statement
8) Hints for Choosing Between IF and CASE Statements
9) MySQL Loop in Stored Procedures