et et ou dans où condition

DELETE FROM products
WHERE category_id = 25
OR (product_id < 4 AND product_name <> 'Banana');
Poojan Mehta