Para-HCFS interview question

What is a Cursor in SQL?

Interview Answer

Anonymous

29 June 2011

A result set on which row by row logic tests can be performed on. Essentially a table whose values you can iterate through.