Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Diffrent types of function

Answer Posted / subbu

There are three types :
Scalar
In-line and
Multi-statement functions

Scalar UDFs return a single value. They are similar to
built-in functions such as DB_NAME(), GETDATE(), or USER_ID
(), which return a single string, date, or integer

In-line UDFs return a single row or multiple rows and can
contain a single SELECT statement. Because in-line UDFs are
limited to a single SELECT, they can't contain much logic

multi-statement UDFs can contain any number of statements
that populate the table variable to be returned. Notice
that although you can use INSERT, UPDATE, and DELETE
statements against the table variable being returned, a
function cannot modify data in permanent tables

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a "where" clause and a "having" clause?

1133


Does union all remove duplicates?

1022


Explain triggers in sql?

900


What have included columns when we talk about sql server indexing?

998


Why is sql server log file full?

984


Define Wed Edition in SQL Azure?

100


What are distinctive joins find as a part of sql?

917


What happens if time-only values are provided as date and time literals?

960


Explain cursor as data base object?

984


What is difference between oltp and olap?

987


as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration

866


Can we take the full database backup in log shipping?

903


how many triggers you can have on a table? : Sql server database administration

921


What happens if an integer is too big for int date type?

924


What is a constant or literal in ms sql server?

1001