Home »
MCQs »
Oracle MCQs »
Oracle Cursor MCQs
In SQL, a cursor facilitates naming ____ statements and manipulating the information within those statements
2. In SQL, a cursor facilitates naming ____ statements and manipulating the information within those statements.
- SELECT
- CREATE
- DELETE
- UPDATE
Answer: A) SELECT
Explanation:
In SQL, a cursor facilitates naming SELECT statements and manipulating the information within those statements.