Are views updatable ?

Answers were Sorted based on User's Feedback



Are views updatable ?..

Answer / sadiq afroze

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

Is This Answer Correct ?    9 Yes 0 No

Are views updatable ?..

Answer / purushothr

some views are updatable

Is This Answer Correct ?    2 Yes 0 No

Are views updatable ?..

Answer / shankar

Yes but only for those views which are created with UPDATE
option.

Is This Answer Correct ?    5 Yes 4 No

Are views updatable ?..

Answer / guest

yes

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More DB2 Interview Questions

If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN of IKJEFT01 and the plan name will be that of the called program. But is a bind needed or a plan has to be created for the non-DB2 program also?

1 Answers   RBS,


What is check constraint. Explain with example.

0 Answers  


what is dynamic cursor?gives syntax for this?

1 Answers   TCS,


What is meant by explain?

0 Answers  


how to resolve -805. give clear explination for that

2 Answers   IBM,






Define declaration generator (dclgen).

0 Answers  


How many types of page locks can be held in db2?

0 Answers  


What happens in bind step in a db2 program?

0 Answers  


Can I use LOCK TABLE on a view?

1 Answers  


What is the difference between primary key & unique index ?

6 Answers   Patni, Temenos,


What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?

4 Answers  


Which component is used to execute the sql statements?

0 Answers  


Categories