What is the difference between user defined functions and procedures in sap hana?
Answer Posted / Vidit
In SAP HANA, User Defined Functions (UDFs) are reusable database objects that return a single value, while Procedures are reusable database objects that perform a series of actions but do not return a value. UDFs can be used in SELECT, WHERE, and FROM clauses, while procedures can be executed using the CALL statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category