Table of Contents

About

Virtual column are derived column for other table.

Metadata

select * from all_tab_cols
where virtual_column = 'YES'
and owner = USER;