Views are not a copy of your data.
Views have the look and feel of a table.
You can, with certain limitations, issue all DML statements against a view.
When you issue a query against a view, it is internally merged with the underlying
SELECT statement and then issued against the base table or tables.