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

Syllabus Topics:

Lecture Notes (In-Depth)

1. Cursors (Asensitive, Insensitive, Read-only, Nonscrollable)

2. Cursors Example and Real-Time Use

Lab Notes (In-Depth)

The lab focuses on creating stored procedures with cursors, implementing different cursor types (to the extent supported by MySQL), and testing their behavior.

1. Writing Procedures with DECLARE, FETCH, and CLOSE Cursor