Database Views


Table views in DbWrench can be manipulated using the following procedures.

Add a View:

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

In the View editor that appears, specify:

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

Click Ok.

Editing a View:

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

Make your edits in the Edit View editor that appears.


See also:

Designing A Database
Database Tables