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

No. The table and its view are created anew, but the programs accessing the view do not need to be changed if the view and attributes accessed remain the same.

Showing Answers 1 - 3 of 3 Answers

no the view need not be redone. the changes done in base table will be seen in the view too this is the feature of a view. any manipulations, adding , deleting is done to the base table the changes are seen in the view without being redone.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions