Google News
logo
SQL - Interview Questions
What is a set-based solution?
Cursors operate on individual rows, and in case of a set, it works on a resultant set of data, which could be a table/view or a join of both. The resultant set is an output of a SQL query.
Advertisement