MS SQL Server Joins Question:

Explain Cursor as data base object?

SQL Server Joins Interview Question
SQL Server Joins Interview Question

Answer:

Cursor is a database object used by applications to manipulate data in a set on a row-by- row basis, instead of the typical SQL commands that operate on all the rows in the set at one time.


Previous QuestionNext Question
Explain Linked Server in SQL?We need to perform what steps in the following order to work with a cursor?