2016 | OriginalPaper | Chapter
10. Views
Published in:
Pro SQL Server Internals
Abstract
Views represent virtual tables defined by underlying queries, and they add another layer of abstraction to the system. Views hide implementation details and can present queries with complex joins and aggregation as a single table. Moreover, views can be used to restrict access to the data and provide just a subset of the rows and columns to users.