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.

  1. Navigate to the Views tab.
  2. In View name, enter the name of the new view.
  3. Click New to add the view.
    A SQL query panel appears for writing a query for the new view.
  4. Write a SQL query for the view.
  5. Click Check query to check if the query parsed.
  6. Click Save view.