InterviewSolution
Saved Bookmarks
| 1. |
Write a note on SQI functions |
|
Answer» ion is a set of SQL statements that perform a specific task. ... Next TIME instead of REWRITING the SQL, you can simply call that function. A function accepts inputs in the FORM of parameters and returns a VALUE. SQL Server comes with a set of built-in functions that perform a variety of tasks |
|