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?
We create view to limit or ristrict from accessing all rows/column in a table.If the owner wants that only specific or limited rows/column needs to be shared,then he will create a view with those column.