I understand that database views are read-only, or at least read-only by default.
Is it possible to enable the change of data brought by an oracle view?
Rephrasing: If I make a view of just one table, just to hide some columns, will changes to this data be updated on the table?