Duration: 2 hours (Lecture: 2 hours, Lab: 2 hours)

Syllabus Topics:

Lecture Notes (In-Depth)

1. Flow Control Statements (LOOP, WHILE, and REPEAT)

MySQL stored procedures support flow control statements to manage the execution flow, enabling loops and iterative processing.

2. Using Flow Control Statements in Stored Procedures/Functions

3. Conditional Statements (IF, IF-ELSE-THEN, SWITCH CASE)

Conditional statements control the execution path based on conditions.