View

Create

Right-click on the view in the database object tree and select New. Edit the view statement and click OK to create the view. view_create.png

Edit

Right-click on the view in the database object tree and select Edit. Edit the view statement and click OK to modify the view. view_edit.png

Rename

Right-click on the view in the database object tree and select Rename. Enter the new view name and click OK to complete the renaming. view_rename.png

Drop

Right-click on the view in the database object tree and select Drop. A confirmation pop-up will appear. Click OK to drop the view. view_drop.png

Script

View DDL

Right-click on the view in the database object tree and select Script -> View DDL. You can view and copy the DDL statement in the pop-up box. view_ddl.png

Generate Select

Right-click on the view in the database object tree and select Script -> Generate Select.... View the statement in the pop-up box. view_dml.png