What actions can be performed on an explicit cursor? Give an example of each statement’s use.

What will be an ideal response?

Declare – CURSOR department_cursor IS SELECT * FROM dept;
Open – OPEN department_cursor;
Fetch data – FETCH department_cursor INTO dept_rec;
Close – CLOSE department_cursor;

Computer Science & Information Technology

You might also like to view...

Page Count is one field that can be added to a footer or a header

Indicate whether the statement is true or false

Computer Science & Information Technology

Values for the text-align property include left, right, justify and ________

Fill in the blank(s) with correct word

Computer Science & Information Technology