• Got this one wrong because I didn't understand the wording of the question.

    Is it possible, using a trigger, to update a data row before commiting the insert to a table by first updating the row in the INSERTED table ?

    What row in the Inserted table? It didn't specify the one that was just inserted. Also, what kind of trigger? Can't you use an update trigger that would update a row before any inserts?