Entries categorized as Differentiate between implicit & explicit cursor
Difference between implicit & explicit cursor
Differentiate between implicit & explicit cursor.  only one row. However,queries that return more than one row you must declare an explicit cursor or use a cursor FOR loop. Explicit cursor is a cursor in which the cursor name is explicitly assigned to a SELECT statement via the CURSOR…IS statement. An implicit cursor is used for Read More...