| 
       | 
    
DBA_UPDATABLE_COLUMNS
Description of dba 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: