Answer: How can we handle multiple rows without using loops in PL SQL?
August 08, 2009 06:52:49
#2
sen_sam86
Member Since: June 2008 Total Comments: 7
RE: Handle Multiple Rows Without Loops
This can be done by a function called TABLE FUNCTION by means of this you can return more number of rows and columns this is more effective than using ref cursor