Murach's Oracle SQL and PL/SQL
How to create 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 |
350 |
|
Benefits of using views |
352 |
|
|
How to create a view |
354 |
|
How to create an updatable view |
358 |
|
How to create a read-only view |
358 |
|
How to use the WITH CHECK OPTION clause |
360 |
|
How to insert or delete rows through
a view |
362 |
|
How to alter or drop a view |
364 |
|
|
How to get information about a view |
366 |
|
How to drop a view |
366 |
|
How to alter or create a view |
366 |
|
 |
|
|
|
|
© Copyright 1998-2009 Mike
Murach & Associates, Inc. All rights reserved.
|
|
|