This tutoral shows how to use the New View window to create a new view.
1. Connect to a database.
2. Click the new view button.
3. Enter a view name.
4. Use the SQL tab to enter a SQL query.
5. If your database supports view columns, use the columns tab to assign column names to each field in the SQL query.
6. Click the SQL button to view the create view statement.
7. Click the Execute button to create the view using the SQL window.
|