What are table functions and does Warehouse Builder support them?
Table functions are a PL/SQL construct and are defined as functions that can produce a set of rows as output instead of a single row. Warehouse Builder does support table functions by generating code using the table function feature in the Oracle9i database. Warehouse Builder improves performance by enabling table functions to use parallel execution in the Oracle9i server.