updatability_clause

updatability_clause 
      ::= 
      "for" 
      ( "read" "only" | 
      "update" [ "of" column_name_list ] ) 

[rule list]
This rule is called by

-> cursor_spec