Different Types of Functions ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is DCL?

595


Explain about temporary stored procedure?

534


Explain what are the different index configurations a table can have?

698


How do I save a stored procedure in sql server?

498


Explain what stored procedure sp_replcounters is used for? : sql server replication

1010






What are the tool windows in sql server management studio? : sql server management studio

625


what is a self join? : Sql server database administration

526


How does recursive cte works in sql server?

524


What is molap and its advantage? : sql server analysis services, ssas

552


What is replace and stuff function in sql server?

568


What is cached report?

106


What is a fan-out query in SQL Azure?

99


What are the different ways you can create databases in sql server?

574


How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?

559


Do you know what is a trace frag? Where do we use it?

560