If the base table underlying a view is restructured, eg.
attributes are added, does the application code accessing
the view need to be redone?

Answers were Sorted based on User's Feedback



If the base table underlying a view is restructured, eg. attributes are added, does the applicatio..

Answer / s

No, unless the new columns should be made part of the view,
the view needs to be regenerated.

Is This Answer Correct ?    0 Yes 0 No

If the base table underlying a view is restructured, eg. attributes are added, does the applicatio..

Answer / s

No, unless the application pgm needs to take advantage of
the new columns.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

What is the cobol picture clause of the db2 data types date, time, timestamp?

0 Answers  


What is the information associated with sysibm.syslinks table?

0 Answers  


What is coalesce in db2?

0 Answers  


Discuss about db2 bind?

0 Answers  


Mention data types used in db2 ?

0 Answers  






What is reorg and runstats in db2?

0 Answers  


What are packages in db2?

0 Answers  


how will you retrieve first record in table

1 Answers   UST,


what is datacom db?

2 Answers   CSC,


What is the physical storage length of time data type?

0 Answers  


I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?

4 Answers  


cobol-db2 runjcl please?

2 Answers   DELL,


Categories