Work area where SQL result is placed known as _________

Options
- Trigger
- Cursor
- Procedure
- Program global area


CORRECT ANSWER : Cursor

Discussion Board
Cursor

A cursor is a temporary work area created in the system memory when a SQL statement is executed. A cursor contains information on a select statement and the rows of data accessed by it. This temporary work area is used to store the data retrieved from the database, and manipulate this data. A cursor can hold more than one row, but can process only one row at a time.

Prajakta Pandit 03-3-2017 12:16 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement