A function in a relational database system that does not return a single value or row, but an arbitrary number of them. In SQL, a call to a table function can usually be used instead of a table.
A function in a relational-database system that does not return a single value or row, but an arbitrary number of them.
In sql, a call to a table function can usually be used instead of a table.
Table functions go by different names in different relational database systems, such as pipelined-function in oracle.