Database Views


Database views are used to provide alternate groupings of database data.

Add a View:

In a Database Explorer window, right click the Views node and select Add View from the ensuing popup menu.

In the Add View dialog that appears, specify:

The name of the view and the SQL SELECT clause that defines the view.

Click Ok.

Editing a View:

In a Database Explorer window, expand the Views node and select the node representing the view to edit.

Make your edits in the Edit View panel that appears in the lower right.


See also:

Designing A Database
Database Tables