What are Table Valued Functions in Sql ?
There are two types of “User Defined” fucntions in sql server
scalar function ( that returns single value in response to function call )
2. inline table valued ( that returns function result in tabulated form but query can single lined e.g.
3. return (select * from table_name).
1. Inline...
Showing posts with label inline table valued vs multi statement table valued. Show all posts
Showing posts with label inline table valued vs multi statement table valued. Show all posts
Thursday, 17 November 2016
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...