Delete from products where products_id = <@KEY@>
@@GO@@
delete from products_description where products_id = <@KEY@>
@@GO@@
delete from products_to_categories where products_id = <@KEY@>
@@GO@@