Hi , How can we create history if any insert and update in table.
I have table City with (Cityid,CityName, Citypincode) and history(ID,CityName,VersionNo) table . How can i capture details in History table if any new record insert and any update's on CityName .