Hi, I have a general question about how you would track or audit changes on a table if the table didn't have any audit triggers turned on.
E.g. if a table had rows inserted, updated or deleted what would the approach be ? I was thinking that you could create a temp table and compare both tables using minus or maybe across the primary keys.