If you have to achieve this, you have to create a separate table with the view definition and load data. Then, they will be separate independent tables and will not affect each other. The caveat is, both tables are not at all related and you will lose the dependency between new table(based on view definition) and old table.
↧