Computer Science, asked by itsdhanusha2687, 1 year ago

Write short notes on Implicit and explicit cursors.

Answers

Answered by shivanshusingh97
0

Programmers are allowed to create named context area to execute their DML operations to get more control over it. The explicit cursor should be defined in the declaration section of the PL/SQL block, and it is created for the 'SELECT' statement that needs to be used in the code.

Similar questions