System Tables Data Dictionary Oracle PLSQL Tutorial

SQL>
SQL> select column_name
  2  ,      updatable, insertable, deletable
  3  from   user_updatable_columns
  4  where  table_name = 'EMPLOYEES';
no rows selected
SQL>