create view syntax  View definition with projection

Chapter 11: Views: Limiting Access to Data

Using the select statement with create view

The select statement in the create view statement defines the view. You must have permission to select from any objects referenced in the select statement of a view you are creating.

You can create a view using more than one table and other views by using a select statement of any complexity.

There are a few restrictions on the select statements in a view definition:





Copyright © 2005. Sybase Inc. All rights reserved. View definition with projection

View this book as PDF