Using the SQL Statement part
As you've seen in previous examples, you can use the multi-row query part and result table for selecting, updating, inserting, and deleting database information. Sometimes, though, you need to create database queries specifically for updating, inserting, or deleting information in a table. The SQL Statement part enables you to create UPDATE, INSERT, and DELETE SQL statements.
Last modified date: 01/29/2015