What is table valued function ?

Forums SQLWhat is table valued function ?
Staff asked 3 years ago

Answers (1)

Add Answer
Umang Ramani Marked As Accepted
Staff answered 3 years ago

A single rowset is returned by a table-valued function (unlike stored procedures, which can return multiple result shapes). Because a table-valued function’s return type is Table, you may use it wherever in SQL that a table can be used.

Subscribe

Select Categories