LW: A View is NOT a consolidation of several tables, it is SQL. It does not contain any data (unless as I previously mentioned, you're speaking of Materialized Views).
It can be for one table, or even just static values which used NO tables, or for 100+ tables (depending upon the database and what it supports), or it may be based on other Views, or it might use the same table many times, etc.
It is a SQL statement, albeit limited in it's scope from what a Storeed Prodcedure offers.
-k