Home »
PL/SQL MCQs
An SQL ____ refers to a program that retrieves and processes one row at a time, based on the results of the SQL statement
76. An SQL ____ refers to a program that retrieves and processes one row at a time, based on the results of the SQL statement.
- Cursor
- Function
- Procedure
- View
Answer: A) Cursor
Explanation:
An SQL cursor refers to a program that retrieves and processes one row at a time, based on the results of the SQL statement.