Views
Creating views
- Go to Databases
- Select the database in which you want to create a view.
- Select the schema in which you want to create a view.
- Go to the DB Objects > Views tab.
- Click Create view.
- Type a name for the view. 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. If the name contains special characters, enclose it in double quotation marks.
- Specify whether the view is materialized.
- Specify the query. Enter the SQL query that provides the columns and rows of this view. If the database object name contains special characters, enclose it in double quotation marks.
- Click Create.
You can select Assign owner, Rename, and Drop options from the overflow menu.