Para-HCFS Interview Question

What is a Cursor in SQL?

Interview Answer

Anonymous

Jun 29, 2011

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