Answers for "when working with sql cursor what must you declare"

SQL
0

what is purpose of cursor in sql

A SQL Server cursor is a set of T-SQL logic to loop over a predetermined number of rows one at a time. The purpose for the cursor may be to update one row at a time or perform an administrative process such as SQL Server database backups in a sequential manner.
Posted by: Guest on January-08-2021

Code answers related to "when working with sql cursor what must you declare"

Code answers related to "SQL"

Browse Popular Code Answers by Language