o create an updatable view, the SELECT statement that defines the view must not contain any of the following elements:
Aggregate functions such as MIN, MAX, SUM, AVG, and COUNT.
DISTINCT
GROUP BY clause.
HAVING clause.
UNION or UNION ALL clause.
Left join or outer join.
Subquery in the SELECT clause or in the WHERE clause that refers to the table appeared in the FROM clause.
Reference to non-updatable view in the FROM clause.
Reference only to literal values.
Multiple references to any column of the base table
or be made with TEMPTABLE