InterviewSolution
Saved Bookmarks
| 1. |
What is User-defined function? What are its various types? |
|
Answer» The user-defined functions in SQL are like functions in any other PROGRAMMING language that accept parameters, perform complex calculations, and return a value. They are written to use the logic repetitively WHENEVER required. There are two types of SQL user-defined functions:
|
|