---
title: "Are views updateable ?"  
description: "Are views updateable ?"  
author: "Anonymous User"  
published: 2011-03-28  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/638/are-views-updateable  
category: "db2"  
tags: ["db2"]  
reading_time: 1 minute  

---

# 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.

## Answers

### Answer by Anonymous User

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.


---

Original Source: https://www.mindstick.com/interview/638/are-views-updateable

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
