Hi,
I have a user defined table where I will occassionally insert some data. I do not want any entry in this table after insert to be deleted or updated. No deletions or updates in existing entries are allowed. This table will just get data by insert statements. How do I work on this issue? Should I write a Instead Of trigger for update and delete? Please suggest the best way to achieve this.