Multiple choice technology platforms and products

Maps are deployed in oracle database as _______________

  1. procedures

  2. packages

  3. special packages

  4. functions

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

Maps are deployed to Oracle database as PL/SQL packages. Each mapping becomes a package containing procedures for the ETL logic. This package structure supports parameters, error handling, and modular execution of data transformations.