I am creating a view to show the user his/her data, but I also want the user to be able to make changes in some of the fields in those views. Are the changes made in a view reflected in the base table as well?
Also, would I be able to update a view that is made up of more than one base table?
As documented under Updatable and Insertable Views: