I have the table products and the table product_comments (relationship with the table products: product_id). Now I would need to remove some products from table products and if this product has some records in the table product_comments, remove also those ones.
Is possible something like that do in PhpMyAdmin?
Try
SQL Fiddle example