The document discusses Polymorphic Table Functions (PTFs) introduced in Oracle Database 18c, which allow dynamic manipulation of result sets at runtime by adding or removing columns based on input parameters. It provides details on building a PTF, including required components like a package and describe function, and outlines use cases such as CSV to column conversion and dynamic pivots. The document also explains how to assign values to newly added columns, manage execution state, and debug PTFs with tracing methods.
Related topics: