Multiple choice technology databases

Which of the following transformation allows you to define database table over a flat file.

  1. Source Table

  2. External Tables

  3. Source Qualifier

  4. Table Function

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

External Tables transformation allows you to define database table structures over flat files. This enables treating flat files as if they were database tables, providing a consistent interface for data access.