How can you join 3 tables? Why cant you use a single Joiner to join 3 tables.
Answer / ranjan
Sql only allow us to join only two tables at a time because intersection/union methodology can only possible in two tables .
| Is This Answer Correct ? | 0 Yes | 0 No |
After we make a folder shared can it be reversed?Why?
What is the reusable transformation?
In a sequential batch can u run the session if previous session fails?
What does cheating measurement mean?
what is the method of error handling when session is running?
Differentiate between Load Manager and DTM?
How to display First letter of Names in Caps?
i have a source table ID NAME SAL 101 A 1000 102 B 2000 103 C 1500 target load should be ID NAME SAL 101 A 1000 101 B 2000 101 C 1500 102 A 1000 102 B 2000 102 C 1500 103 A 1000 103 B 2000 103 C 1500
What is a passive transformation?
What is decode in static cache?
How to fix the etl bugs..Tell me the process?
What are connected or unconnected transformations?