MS SQL Server Joins Question:
Download Questions PDF

What is inline table-value user-defined function?

SQL Server Joins Interview Question
SQL Server Joins Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is scalar user-defined function?What is multi-statement table-value user-defined function?