How many selector columns can switch stage have ?
C
Correct answer
Explanation
The Switch stage in DataStage uses a single selector column to route rows to different output links based on that column's value. Having multiple selector columns would make the routing logic ambiguous and impractical, similar to how a switch statement in programming evaluates one expression at a time.