17.10. Cursor declaration operator over a dynamically prepared select statement

Lecture



  <dynamic declare cursor> :: =
    DECLARE <cursor name> [INSENSITIVE] [SCROLL]
    CURSOR FOR <statement name> 

Comment:

As defined in the new standard, for all DECLARE CURSOR operators, cursors are actually created at the start of a transaction and destroyed when it is completed. Note that in this statement, the <cursor name> and <statement name> are directly defined identifiers.

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Databases IBM System R - relational DBMS"

Terms: Databases IBM System R - relational DBMS