Modifying Data in a Table
Application programs have the following options to add, update, or delete data in tables in a data grid:
- Table PUT operation: PUT
- Table UPDATE operation: UPDATE
- Table DELETE operation: DELETE
- SQL INSERT: The SQL INSERT Statement
- SQL INSERT OR REPLACE: The INSERT OR REPLACE Statement
- SQL DELETE: The SQL DELETE Statement
- SQL UPDATE: The SQL UPDATE Statement
Subtopics