Answer Posted / vikas kant
User Define Functions are used to define its own T-Sql
Function which can have 0 or more input parameters and
returns a single scalar data value type or table data type.
we have three type of UDF:-
1.Scalar user defined function
2.Inline table valued Function
3.Multiple table valued function
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is checkpoint in sql server?
What are sql server functions?
What are the diifferences between the ms sql server vs mysql?
How to list all schemas in a database?
What is the use of @@spid?
What is collation sensitivity?
What is primary key index?
What is the difference between ‘having’ clause and a ‘where’ clause?
What is the difference between dataadapter and datareader?
Explain what is sql server english query?
Explain what is meant by replication of database?
Explain the difference between function and stored procedure?
Is it possible to replicate data from sql server to oracle? : sql server replication
Explain Reporting Life Cycle?
How do you start single user mode in clustered installations?