GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  PL/SQL

 Print  |  
Question:  Handle Multiple Rows Without Loops

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

regards
sen-prakash
     

 

Back To Question