| 
       | 
    
ALL_UPDATABLE_COLUMNS
Description of all updatable columnsColumns
   ___________________________
 
   OWNER
      Table owner
   TABLE_NAME
      Table name
   COLUMN_NAME
      Column name
   UPDATABLE
      Is the column updatable?
   INSERTABLE
      Is the column insertable?
   DELETABLE
      Is the column deletable?
Related: