What are functions
Answers were Sorted based on User's Feedback
Answer / parifs
Functions - the tasks or actions that software is intended
to perform
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kotikhammam
Functions are saved T-sql routines that returns a value.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / subrahmanyam
Function is collection of T-Sql statements and used as unit
of reuse
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between char, varchar and nvarchar?
How to generate create procedure script on an existing stored procedure?
How to rebuild indexes with alter index ... Rebuild?
What is a SQL Server Temporary Table?
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
How we can refresh the view?
What are filegroups in sql server?
How to truncate the log in sql server 2012? : sql server database administration
When would you use sql joins?
Explain the architecture of ms sql reporting service?
What is triggers and its types?
Explain the steps to create and execute a user-defined function in the sql server?