Interview Questions

Are views updateable ?

DB2 INTERVIEW QUESTIONS


(Continued from previous question...)

Are views updateable ?

Not all of them. Some views are updateable e.g. single table view with all the fields or mandatory fields. Examples of non-updateable views are views which are joins, views that contain aggregate functions(such as MIN), and views that have GROUP BY clause.

–

(Continued on next question...)

Other Interview Questions