MS SQL Server Joins Question:

What is inline table-value user-defined function?

Tweet Share WhatsApp

Answer:

An Inline Table-Value user-defined function returns a table data type and is an exceptional alternative to a view as the user-defined function can pass parameters into a T-SQL select command and in essence provide us with a parameterized, non-update-able view of the underlying tables.

Download SQL Server Joins PDF Read All 49 SQL Server Joins Questions
Previous QuestionNext Question
What is scalar user-defined function?What is multi-statement table-value user-defined function?