MS SQL Server Joins Question:
Download Questions PDF

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

SQL Server Joins Interview Question
SQL Server Joins Interview Question

Answer:

☛ Declare cursor
☛ Open cursor
☛ Fetch row from the cursor
☛ Process fetched row
☛ Close cursor
☛ Deallocate cursor

Download SQL Server Joins Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Cursor as data base object?Explain collation?