Using QMF

Revoking access to a table

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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]