Page History
...
Use the following activities to query the database:
Query database using SQL and iterate the results~
Query database using SQL
Query database using SQL to output CSV file
Use the following activities to perfom insert, update and delete operations in the database:
Update database using SQL
Use the following activities to execute an SQL stored procedure in the database:
Execute an SQL stored procedure
Query database using an SQL stored procedure to CSV
Query database using an SQL stored procedure
Use the following activities to implement transaction control relating to any database insert, update or delete operations you have performed:
Commit a database transaction using SQL
Rollback a database transaction using SQL
...