Friday, 19 February 2016

ADVANTAGES OF CURSORS USING FOR LOOP

1.No need to open the cursor.
2.Fetch the records automatically.
3.It automatically checks the end of rows.
4.It automatically closes the cursor.
5.No need to declare the variables.
6.code size will be decreased.
7.execution will be faster.
8.less fetching time.
9.It is collection of information from cursor to a variable.

No comments:

Post a Comment

If you Like my blog Spread it and help friends for whom this blog is useful for their career.