DEVFYI - Developer Resource - FYI

Explain the use of table functions.

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

753. Explain the use of table functions.

Table functions are designed to return a set of rows through PL/SQL logic but are intended to be used as a normal table or view in a SQL statement. They are also used to pipeline information in an ETL process.

(Continued on next question...)

Other Interview Questions