The updatability clause.
See Teradata Vantage™ SQL Stored Procedures and Embedded SQL , B035-1148 for details.
- FOR READ ONLY
- The default option and is implicit.
- FOR UPDATE
- Makes the cursor updatable. Update or delete operations can be performed on the cursor.