I have table question
id int
answers int
With every insert, delete call on this table I want to update answers
column. I want to use trigger on this. I don't know how I can read question.id
within trigger for insert, delete.
Any help appreciated.
Thanks.