InterviewSolution
Saved Bookmarks
| 1. |
If A View On A Single Base Table Is Manipulated Will The Changes Be Reflected On The Base Table? |
|
Answer» If changes are MADE to the TABLES and these tables are the BASE tables of a view, then the changes will be reference on the view. If changes are made to the tables and these tables are the base tables of a view, then the changes will be reference on the view. |
|