Preventing Table Operations
Code can be inserted into the appropriate table
trigger to prevent insertion, modification,
deletion, or renaming of records
OnInsert
OnModify
OnDelete
OnRename
While simple to implement, the user experience
is not optimal