We need to perform what steps in the following order to work with a cursor?

Submitted by: Muhammad
☛ Declare cursor
☛ Open cursor
☛ Fetch row from the cursor
☛ Process fetched row
☛ Close cursor
☛ Deallocate cursor
Submitted by: Muhammad

Read Online MS SQL Server Joins Job Interview Questions And Answers