1 | View - customized presentation of the data in one or more tables |
2 | Views do not actually contain or store data |
3 | They derive their data from the tables on which they are based, referred to as the base table |
4 | Like tables, views can be queried, updated, inserted into, and deleted from, but with some restrictions |
5 | All operations performed on a view actually affect the base tables of the view |