Database Actions | 
            
Database actions perform actions on a record set or create a record set from a text file.
| 
                     Action  | 
                
                     Description  | 
            
|---|---|
| 
                     Runs a database query and actions for each record.  | 
            |
| 
                     Transforms an identified source of text into a record set for a specified database.  | 
            |
| 
                     Inserts a new record into a connected database.  | 
            |
| 
                     Updates one or more records in a connected database.  | 
            |
| 
                     Deletes one or more records from a connected database.  | 
            |
| 
                     Runs any kind of custom Structured Query Language (SQL) script.  |