correlation-name
An identifier to use when referencing the table from elsewhere in the statement.
WHERE clause
If a WHERE clause is specified, only rows satisfying search-condition are deleted. See Search conditions in UltraLite.
The WHERE clause does not support non-deterministic functions (like RAND) or variables. Nor does this clause restrict columns;
columns may need to reference another table when used in a subquery.