Answers

Question and Answer:

  Home  SQL Server Joins

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

☛ Declare cursor

☛ Open cursor

☛ Fetch row from the cursor

☛ Process fetched row

☛ Close cursor

☛ Deallocate cursor

 166 views

More Questions for you: