We can find out the view is up datable or not by seeing the definition of that view.
If the view is create base on a single table and it doesn't contain any aggregate functions then that view is 'Updatable'.
If the view is created based on a join statement or it contains any aggregate functions then that view is 'not updateable'.