SQL statement |
Function |
|
Transfers the values of a row to a host variable |
|
Updates column values in rows determined by a search condition |
|
Deletes from a table rows determined by a search condition |
|
Inserts rows in a table |
|
Inserts new records in a table and modifies existing records |
|
Executes a procedure |
|
Declares a cursor |
|
Opens a cursor |
|
Positions on a row in the cursor table and reads this row |
|
Updates the current row in the cursor table |
|
Deletes the current row in the table |
|
Closes a cursor |
|
Stores the current cursor position |
|
Restores a cursor stored with STORE |
Table 22: SQL statements for querying and updating data
1A dynamically compilable form exists for the SELECT statement
2These statements are also available for a dynamic cursor