Need to capture change for each column for each row in a table without using triggers
Before:
Id Name Address
1 A LUCKNOW
2 B PUNE
After:
Id Name Address
1 A DELHI
2 B PUNE
Need to capture the change for id =2 and report the column that was changed. Can this be achieved without using triggers.