How do I get rid of the cursor?
How do I get rid of the cursor? How to Close and Delete Cursor in SQL DECLARE : It is used to define a new cursor. OPEN : It is used to open a cursor. FETCH : It is used to retrieve a row from a cursor. CLOSE : It is used to close a […]