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 |
Define master database?
explain different types of jions with examples briefly?
2 Answers Accenture, Excellence, Zensar,
What is awe?
What is an extended stored procedure? Can you instantiate a COM object by using T-SQL?
What do you mean by normalisation?
Do you know what are different types of replication in sql server?
can a database be shrunk with users active? : Sql server administration
How to create a simple table to test triggers in ms sql server?
What happens when unicode strings concatenate with non-unicode strings?
How cand Optimize SQL Server Stored Procedures
what is the cursor life span?
Is SET a SQL Keyword?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)