You can revoke access to a table. For example, to prevent LINDSAY from deleting rows from the CALENDAR table, run this query:
REVOKE DELETE ON CALENDAR FROM LINDSAY
For more information on the REVOKE SQL keyword, see the SQL reference manual for your database management system.