InterviewSolution
Saved Bookmarks
| 1. |
Can User Defined Functions Be Called Within Sql Statements? If Yes, Then How? |
|
Answer» Yes, USER defined functions can be CALLED in SQL STATEMENTS as shown in the following code: Yes, user defined functions can be called in SQL statements as shown in the following code: |
|