What is the purpose of user-defined functions (UDFs) in DB2?

  • To define primary keys
  • To encapsulate frequently used business logic
  • To enforce referential integrity
  • To optimize database performance
User-defined functions (UDFs) in DB2 serve the purpose of encapsulating frequently used business logic, allowing for reusability and easier maintenance. They help in keeping the code modular and improving code readability. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *