tDbinput vs tDbrow

tDbinput tDbrow
It is belongs to Database family It is belongs to database family
Used to configure for configuring this componenet first need to select database It helps us to write or Execute SQL queries
Once db selected. should give all parameters We can use this Talend tDBRow to perform DML operations or execute any SQL Query that returns no result
Like Ex PostgreSQL, Host name, Port no, Database, Schema, Username and Password The main difference is to demonstrate the Execute DML statements or queries in Talend, using two tables we can write DML query in Dbrow
Based on the Database the parameters could be change Based on the Database the parameters don't change