Creating Views
See Also
The Database Explorer enables you to create SQL views that are part of the
database itself and are available to application programs and other clients
of the database.
To create views:
- Right-click Views (or an existing view) and choose Add View.
- Type the name of the view in View Name. The IDE stores the name in
a database.
- Type the SQL (SELECT) query into the text area below and click
OK. The IDE adds the new view to the list under Views.
Legal Notices