Multiple choice technology

if we have 684 tables to join then how many joiners are required?

  1. 342

  2. 2

  3. 683

  4. we cannot join so many tables using joiners

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

To join n tables using joiner transformations, you need n-1 joiners. With 684 tables, you would need 683 joiner transformations to join all tables in a data flow.