Lets say I have 20 comments that are related to article_id 76
will I have to count all the article ids that have an article_id 76
and then run a foreach loop for all the comments related to article 76 or can I delete all the comments related to that article using a query?
SELECT article_id FROM articles_comments WHERE article_id = 76