Diffrent types of function
Answer / 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 |
When is the use of update_statistics command?
Where are SQL server users names and passwords are stored in sql server?
What are 3 ways to get a count of the number of records in a table?
How to create a testing table with test data in ms sql server?
How to defragment indexes with alter index ... Reorganize?
Define DML and DCL statements?
What is use of except clause? How it differs from not in clause?
Is it possible for a stored procedure to call itself or recursive stored procedure?
what is database replication? : Sql server database administration
How to include text values in sql statements?
Explain different types of Normalization.
1 Answers HPCL, Hughes Systique Corporation, Ittiam Systems,
what is the difference between openrowset and openquery?