How do I lock down a table from delete and truncate statements when the application logs the users in as the table owner.
I have granted only insert, update and select privileges but as the owner, the users still have the ability to drop tables.

Thanks,

Calla