Execute SQL Queries in Talend

The Talend tDBRow component helps us to write or Execute SQL queries. We can use this Talend tDBRow to perform DML operations or execute any SQL Query that returns no result. To demonstrate the Execute DML statements or queries in Talend, we use two tables. The first one is the reference table. We use the … Read more