InterviewSolution
Saved Bookmarks
| 1. |
Explain The Use Of Table Functions ? |
|
Answer» 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. 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. |
|