How can i update a field of a table in an insert trigger for the same table
example I am inserting a record in table t1 with some values.In its insert trigger can i update the value of one of the fields after the insertion is over.