Execute Multiple SQL Queries
Executes multiple SQL operations in a single query.
To execute multiple update commands in a same database operation:
Create a database operation with a type such as UPDATE.
Write your SQL query. Append semicolon (;) and then write another SQL query.
Set the Action > Input > Is Multiple Sql property as true.
Save the action.