⟩ If a view on a single base table is manipulated will the changes be reflected on the base table?
Changes on the view will be reflected on the base table under certain conditions.
But if changes are made to the tables and these tables are the base tables of a view, then the changes will be reference on the view.