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 NameDescription
UPDATEModifies existing rows in a table
DELETERemoves rows from a table