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 |
what is for foreign key ??
4 Answers CarrizalSoft Technologies, Sabic,
How to read data in a table with "select" statements?
there is a table having two columns no and name and the data is 1 A 2 B 3 C write a query that will result a horizontal output A,B,C
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
what is hash table
What are the different index configurations a table can have?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
Name the different type of indexes in sql?
what is checksum in sql server.........???
What does null mean?
What is an example of a foreign key?