Creating a View
There is no GUI dialog for creating a view, but you can:
- Use the Query Builder to create the SELECT statement graphically,
- Load the generated SELECT statement into the SQL Editor by clicking the corresponding button in the toolbar,
- Add
CREATE VIEW name AS
before the SELECT statement, - Execute the CREATE VIEW statement.