Multiple choice technology databases

Why is it best to use shortcuts to a common directory for source and target definition objects?

  1. Enforces single –name standard for Sources and Targets.

  2. Shortcuts work more efficiently with databases.

  3. Developers should never create Source and Targets objects on their own.

  4. Makes migration easier and more efficient.

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

Using shortcuts for source and target definition objects makes migration between environments (development, test, production) much easier. When objects are accessed through shortcuts, you only need to update the shortcut pointers rather than recreating or reimporting all the source/target definitions. This is especially valuable in multi-environment deployments where the same objects need to be available across different repositories.