Table of Contents

Oracle Database - Virtual Column

About

Virtual column are derived column for other table.

Metadata

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