Create row
Creates a new row in the specified table.
Find row
Finds a row in the specified table by searching for a matching input value in a specified column. If multiple rows contain the value, only the first matching row is returned. If no rows match, an error occurs.
Update row
Updates a row in the specified table by searching for a matching input value in a specified column. If multiple rows contain the value, only the first matching row is updated. If no rows match, an error occurs.