What is inline table-value user-defined function?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online MS SQL Server Joins Job Interview Questions And Answers