Multiple choice technology databases

What does Source Definitions stands for in terms of ETL processes?

  1. Tranform

  2. Extract

  3. Load

  4. All of the Above

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

Source definitions define WHERE data comes from, which corresponds to the Extract phase of ETL. Transform happens after extraction, and Load is the final phase. Source definitions don't stand for Transform or Load - they specifically define the extraction source.

AI explanation

In ETL terminology, a Source Definition describes where data is extracted FROM — the source system's structure/metadata used in the Extract step. Transform and Load are separate stages that operate on data after it has been extracted from the defined source.