Q5 Single choice Mark for later Review the following table.Which option correctly deletes the last row from the table? A REMOVE product_id = 3 IN product; B DELETE FROM product WHERE product_id = 3; C DELETE product_i = 3 FROM product; D REMOVE FROM product WHERE product_id = 3; Correct answer