I would like to print the names of the 'only updated columns' from inside my trigger.
For instance, my table has three columns - ColA, ColB and ColC.
If I update only ColB, my trigger should print only ColB.
If I update only ColA & ColC, my trigger should print only ColA & ColC.
May I know how to achieve this in a shorter and cleaner way please?