Deployment options:
Netezza Performance Server for Cloud Pak for Data System
Netezza Performance Server for Cloud Pak for Data
Learn how to create
views.
Procedure
-
Log in to the web console and go to .
- Select the database in which you want to create a view and click it.
- Select .
- Click
Create View
.
- Specify the schema in which you want to define the view.
- Specify the name.
Enclose the name in double quotation marks if it contains special characters.
The name can be up to 128 characters long and it must begin with a letter or underscore
and cannot contain embedded spaces. The name must be unique.
- Specify the query.
Enter the SQL query that provides the columns and rows of
this view.
Enclose the database object name in double quotation marks if it contains special
characters.
- Click
Create
to create the view.