Many applications are unable to handle collection types and instead require a flattened
view of the data. In this example, we have flattened (or unnested) the nested set using the
TABLE keyword. Note also that the expression b.manager.staffNo is a shorthand notation
for y.staffNo where y = DEREF(b.manager).