When and Why does some one decide that they need to create a View in their database? Why not just run a normal stored procedure or select?
Views also break down very complex configuration and tables into managable chunks that are easily queried against. In our database, our entire table managment system is broken down into views from one large table.