Computer Science, asked by jahanvikatiyar2328, 4 months ago

why we use cursor options​

Answers

Answered by Anonymous
1

Answer:

A Cursor in SQL is an arrangement of rows together with a pointer that recognizes a present row. It is a database object to recover information from a result set one row at once. It is helpful when we need to control the record of a table in a singleton technique, at the end of the day one row at any given moment.

Answered by ItzManiac
7

Answer:

─━━━━━━⊱✿⊰━━━━━━─

A Cursor in SQL is an arrangement of rows together with a pointer that recognizes a present row. It is a database object to recover information from a result set one row at once. It is helpful when we need to control the record of a table in a singleton technique, at the end of the day one row at any given moment.

─━━━━━━⊱✿⊰━━━━━━─

─━━━━━━⊱✿⊰━━━━━━─

Cursors are used by database programmers to process individual rows returned by database system queries. Cursors enable manipulation of whole result sets at once. In this scenario, a cursor enables the sequential processing of rows in a result set.

─━━━━━━⊱✿⊰━━━━━━─

Similar questions