ASA Getting Started
Updating the Database
This chapter describes how to make changes to the data in your database. There are three basic operations:
Insert You can add rows to tables to include new data.
Delete You can delete rows in tables to remove data.
Update You can modify existing rows in tables.
Each operation is carried out by executing a SQL statement.