I've always thought of a View as a stored query. Recently I needed to use Derived Tables in a project. That got me thinking about Views.
Isn't a View the same thing as a Derived Table except that it has been saved as a logical entity where a Derived Table is built on the fly?