|
|
|
|
|
|
Creating and Optimizing Views in SQL Server
Views are saved SELECT statements that allow you to operate on the results that are returned from them. They can be used to provide row- or column-level access to data, to wrap up complex joins, to perform complex aggregate queries, and to otherwise customize the display of data. Views are also a powerful security tool. In this chapter, learn how to define, create, and modify views, and how to perform index analysis and optimize performance in SQL Server.
| Source: |
Not available
|
| Version: |
N/A
|
| Type: |
Tips
|
|
|
|
|
|
|
|
|
|
|
|