Generate SQL command for deleting data.
table name
where conditions {column: value}
{column: value}
operator for conditions ['=']
separator for conditions ['AND']
query data for deleting the data {query, data}
{query, data}
Generated using TypeDoc
Generate SQL command for deleting data.