Was this helpful?
MODIFY...TO [NO]READONLY
This option marks the table READONLY and returns an error if insert, delete, or update operations are performed. Additionally, all transactions that use the read only table take a shared table lock.
Syntax:
MODIFY tablename TO [NO]READONLY
Last modified date: 11/28/2023