I am using an insert trigger to store or update the values of second table while inserted in the first table by performing some calculations. For update operation also i need to update some columns in the second table. But while updating i am getting the following error. The error message is as follows:
"The row value(s) updated of deleted either do not make the row unique or they alter multiple rows(5 rows)".
Please provide a solution for this.