I am new to Talend. I need help how I can make the following happen:
Create a query C by joining table A and table B from a data source (Oracle DB)
Convert query C results to a new table ( table C) in destination (Postgresql DB)
I have seen people did this without using tMap, but just used tDBinput / tDBoutput. can someone share what tool I can use to handle query from multiple tables and then convert the query results to a new table in destination DB?