MS SQL Server Joins Question:
What is inline table-value user-defined function?
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.
Previous Question | Next Question |
What is scalar user-defined function? | What is multi-statement table-value user-defined function? |