Multiple choice technology databases

Which of the following are types of routine objects?

  1. Package and function

  2. Function and userexit

  3. Procedure and package

  4. Function and procedure

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In relational database systems like DB2, routine objects include user-defined functions and procedures. Packages are compiled objects containing SQL statements, not routines themselves, while userexits are external programs for task-specific processing rather than standard routine objects.