PPT Slide
A view can be thought of as a virtual
table. In reality, a view is the results of
a select statement stored in a memory
structure that resembles a table.
To the user utilizing the view,
manipulating the data from the view
seems identical to manipulating
the data from a table. In some cases,
it is even possible for the user to insert
data into a view as though the view