I was asked to remove a promotion record for a user. I'm planning on the code below:
delete from t_promotionwhere source_no = xxxand customer_no = xxx
Is that safe? Are there side-effects?