Murach's SQL Server 2005 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 |
344 |
|
Benefits of using views |
346 |
|
|
How to create a view |
348 |
|
Examples that create views |
350 |
|
How to create an updatable view |
352 |
|
How to delete or modify a view |
354 |
|
|
How to update rows through a view |
356 |
|
How to insert rows through a view |
358 |
|
How to delete rows through a view |
358 |
|
How to use the catalog views |
354 |
|
|
How to create or modify a view |
362 |
|
How to delete a view |
362 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|
|
|