Local SQL supports the following data manipulation language (DML) statements:
DML Statements Description
| SELECT | Retrieves existing data from a table. |
| DELETE | Deletes existing data from a table. |
| INSERT | Adds new data to a table. |
| UPDATE | Modifies existing data in a table. |