Friday, 25 May 2012

What will the result of the NEXT() method, if x is the last element of the collection? | PL SQL

 The NEXT (<x>) method will return NULL if the last element of the collection is reached.