Advantages for using a View in SQL Server ?

 Posted by Akiii on 6/2/2012 | Category: Sql Server Interview questions | Views: 3351 | Points: 40
Answer:

(1) To hide the complexity of the underlying database schema
(2) To control access to rows and columns of data
(3) Customize the data and schema for a set of users
(4) To aggregate data for performance


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response