Different Types of Functions ?
Answers were Sorted based on User's Feedback
Answer / m.s.patil
Thre are mainly three types of functions in SQl server 2005.
1.) Scalar function
2.) Inline table valued function
3.) Multi statement table valued function
Is This Answer Correct ? | 29 Yes | 5 No |
Answer / jijo
Three types
1) Scalar
A scalar user defined function returns one of the scalar
data type .text,ntext,etc
2) inline table Value
An inline table value function return a table data type
3) multi -statement table value function
A multi -statement table value function return a table and
is also an exceptional alternative to a view as the function
can support multiple t-sql statements to build the final result
Is This Answer Correct ? | 26 Yes | 4 No |
Does hive support indexing?
what operator performs pattern matching?
Define msdb database?
Does partitioning help performance?
Explain transaction server implicit?
how to select a field with firstletter as capital and remaining are small letters
What is the difference between clustered and non-clustered indexes in ms sql server?
what are acid properties? : Sql server database administration
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
What protocol does sql server use?
what are batch in sql server?
What is the difference between count and distinct count?