Create a view
Create a view in a schema or self-schema.
To create a view within a schema, you must first have a schema or self-schema selected in the Schemas tab. The current schema appears in the Views tab.
- Navigate to the Views tab.
- In View name, enter the name of the new view.
-
Click New to add the view.
A SQL query panel appears for writing a query for the new view.
- Write a SQL query for the view.
- Click Check query to check if the query parsed.
- Click Save view.