InterviewSolution
Saved Bookmarks
| 1. |
Can Functions Be Called As Stand-alone Programs Like Procedures? |
|
Answer» No, FUNCTIONS cannot be CALLED as stand-alone programs LIKE procedures. They have to be a part of an expression or they should be invoked as part of SQL statements. No, functions cannot be called as stand-alone programs like procedures. They have to be a part of an expression or they should be invoked as part of SQL statements. |
|