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 |
Explain what is public role in sql server?
What is the size of transaction log file?
What is the difference between count and distinct count?
which is best institute to learn sql server in ameerpet or sr nagar or maithrivanam?please help
What are the benefits of normalization?
Call by value and call by reference in procedure and function, with NOCOPY.
What is difference between TRUNCATE and DELETE statement
Explain intellisense for query editing
You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?
Define the one-to-one relationship while designing tables.
Please get the 4 th maximum salary from a table without using any sql keyword (TOP,MAX are mot allowed)
what are candidate key, alternate key and composite key? : Sql server database administration
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)