InterviewSolution
Saved Bookmarks
| 1. |
What Are Snap Shots And Views? |
|
Answer» Snapshots are mirror or replicas of TABLES. Views are BUILT USING the columns from one or more tables. The SINGLE Table View can be updated but the view with multi table cannot be updated. Snapshots are mirror or replicas of tables. Views are built using the columns from one or more tables. The Single Table View can be updated but the view with multi table cannot be updated. |
|