Views Wizard (DB2 LUW)
Go Up to IBM DB2 for Linux, Unix, and Windows Object Wizards
A view gives you an alternative way to look at data in one or more tables. You can customize how you see table contents.
To create a new view using a wizard
- Open a creation wizard for a view. For details, see Opening an Object Wizard.
- Use the following topics as a guide to setting properties and performing tasks as you pass through the wizard panels:
- Properties panel. For details, see Views (DB2 LUW) - Properties.
- Definition panel. For details, see Views (DB2 LUW) - Definition.
- Click Execute to create the object.
Views (DB2 LUW) - Properties
When creating or editing a view, this tab/panel lets you work with the following settings:
| Setting | Description |
|---|---|
|
Schema |
Select the owner of the view. The owner of the view must have SELECT privileges for the tables in the CREATE view statement or DBADM authority on the database that contains the table. |
|
Name |
Provide a name for the view. |
|
Check Type |
|
Views (DB2 LUW) - Definition
Complete the CREATE VIEW statement by typing or pasting in the relevant query.