A view is a named query. It is a tailored presentation of the data contained in one or more tables (or other views).
For SQL view a named or derived virtual table For users view a table (which in fact does not exist!) View a separate copy of an underlying table View a window into the underlying table Changes can be done from both directions: underlying table view
Views are created dropped or granted access to identical to a table.