2
Reply

Are all views updatable ?

Deepak Verma

Deepak Verma

13y
3.9k
0
Reply

    if any view contain join, aggregate fun then we can not update that view......

    No,

    We can update some views (for e.g. single table view with all the fields or mandatory fields).

    And we can't update views which are joins, views that contain aggregate functions, and views that have GROUP BY clause.