Cursor advantages:--> Using cursor to getting multiple values.--> One cursor have multiple select statements--> Cursor parameters i.e cursor cursor_name (param...
ad:using of cursor ,plsql program can control the context area as sql query result being process disad:using of cursors we connot go backword (i.e i cannot go to frist record ofter plsql fetch five records form cursor )
Cursor advantages:--> Using cursor to getting multiple values.--> One cursor have multiple select statements--> Cursor parameters i.e cursor cursor_name (param...
ad:using of cursor ,plsql program can control the context area as sql query result being process
disad:using of cursors we connot go backword (i.e i cannot go to frist record ofter plsql fetch five records form cursor )