Multiple choice technology databases

How is a parent package variable value passed to child package?

  1. by global variables

  2. by setting package configurations in child package

  3. by setting package configurations in parent package

  4. by Execute Package task

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

Parent package variable values are passed to child packages through package configurations. By configuring the child package to use parent variables, values can be inherited without direct coupling.