User-defined functions in DB2 can encapsulate ________ logic for reuse in queries.

  • Algorithmic
  • Business
  • Procedural
  • Structural
User-defined functions in DB2 can encapsulate procedural logic for reuse in queries. This means that developers can implement custom logic within functions to perform specific operations, such as calculations, data transformations, or validations, and then reuse these functions in various SQL queries, enhancing code readability and maintainability. 
Add your answer
Loading...

Leave a comment

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