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. |
|