SQL Mutations
SQL MUTATIONS
SQL mutation functions enables the user to modify data and database structures. With these functions you can insert, update, delete or manage records in a database. Common mutation functions include operations for adding new rows, updating existing data, removing records and managing database objects such as tables and indexes.
The following table summarizes the mutation functions supported by Oxla:
Function Name | Description |
---|---|
UPDATE | Modifies existing rows in a table |
DELETE | Removes rows from a table |