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
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 |
Answer / s
No, unless the application pgm needs to take advantage of
the new columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an inner join, and an outer join ?
What is meant by a unit of recovery?
I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.
What are the functions of Bind?
what is db2 restart?
What is db2 connect?
What is DB2 (IBM Database 2)?
wht is d/f b/w inner join and outer join ? d/f group by and order by having by ?
What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
What are iseries servers?
How does the processing of a correlated subquery differ from a non correlated subquery?
What happens in bind step in a db2 program?