I have a table like this:
id name modified
11 John 2016-07-12 15:49:45
22 Abraham 2016-07-12 15:52:03
I need to update the 'modified' column which tracks the last modified date for a row. I have done this using a trigger, but have read that triggers eat up performance. Is there a way to do this using constraints?