InterviewSolution
Saved Bookmarks
| 1. |
Can A View Be Updated/inserted/deleted? If Yes - Under What Conditions? |
|
Answer» A VIEW can be updated/deleted/inserted if it has only ONE base table if the view is based on columns from one or more tables then insert, UPDATE and delete is not POSSIBLE. A View can be updated/deleted/inserted if it has only one base table if the view is based on columns from one or more tables then insert, update and delete is not possible. |
|