Oracle Database - Virtual Column

Card Puncher Data Processing

About

Virtual column are derived column for other table.

Metadata

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





Discover More
Card Puncher Data Processing
Oracle Partition - Partitioning key(s)

The partitioning key(s) is an ordered list of columns. The list columns must contain only columns (no expression). If you want to use a function in the partition key, you need to create a . ...



Share this page:
Follow us:
Task Runner