Nested Tables (Cont.)


Nested Cursors (Cont.)
Question: List eids of employees along with the first name of the oldest dependent.    
  1. The first query uses nested cursors .
  2. The second query produces the same answer but without using nested cursors . A MAX function returns the maximum value of an expression.