Query Regarding the SQl Script

Encountering the Issue while Creating the databases using the table output and the execute sql plugin Getting issue of already table exist how to resolve it to make the tables in the database uninterrruptedly.

Hi Krushna_1708,
The issue occurs because the table already exists in the database.
To avoid failure, first check table existence and create the table only if it does not exist.
Alternatively, configure Table Output to Append/Truncate instead of Create, or drop the table before creation if data retention is not required.