| select 'type TYPE_' || column_name || ' is table of ' || table_name || '.' ||
column_name || '%type' from dba_tab_columns where table_name = 'EMPLOYEES' and owner = 'HYF' select 'V_' || column_name || ' TYPE_' || column_name ||'; ' from dba_tab_columns where table_name = 'EMPLOYEES' and owner = 'HYF'
from dba_tab_columns where table_name = 'EMPLOYEES' and owner = 'HYF'
from dba_tab_columns where table_name = 'EMPLOYEES' and owner = 'HYF' |

