menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Devops News

>

Table func...
source image

Dev

1M

read

220

img
dot

Image Credit: Dev

Table functions and Pipelined functions in PLSQL | Best Explanation

  • A table function is a user-defined function that returns a collection (e.g., a table or an array) that can be queried like a table in SQL.
  • Syntax of a table function:
  • CREATE OR REPLACE FUNCTION function_name RETURN collection_type IS BEGIN RETURN result_collection; END;
  • A pipelined function is a specialized table function that returns rows incrementally (one by one or in small batches) instead of processing and returning the entire collection at once.

Read Full Article

like

13 Likes

For uninterrupted reading, download the app