295
views
views
In SQL Server we make views for security purpose since it restricts the user to view some columns/fields of the table(s). Views show only those columns that are present in the query which is used to make a view.
Different Types of views in sql server
One more advantage of Views is, data abstraction since the end user is not aware of all the data present in the database table.