Murach's SQL Server 2008 for Developers
How to work with views
A view is a SQL SELECT statement that's stored as an object in the database. This chapter shows you how to create, manage, and use views.
|
|
|
|
How views work |
370 |
|
Benefits of using views |
372 |
|
|
How to create a view |
374 |
|
Examples that create views |
376 |
|
How to create an updatable view |
378 |
|
How to delete or modify a view |
380 |
|
|
How to update rows through a view |
382 |
|
How to insert rows through a view |
384 |
|
How to delete rows through a view |
384 |
|
How to use the catalog views |
386 |
|
|
How to create or modify a view |
388 |
|
How to delete a view |
388 |
|
t |
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|
|
|