Database Guide


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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]