I am writing a procedure to convert data from multiple smaller tables
into a 'flat' table with many columns(~100).I have a cursor defined
which reads/joins data from smaller tables.So far I have seen that
'fetch' semantics works with explicit variabl...