To add a view, double-clicking the Add View
icon in the Physical Schemata section of the
MySQL Model page. The default name of the view
is view1. If a view with this name already
exists, the new view is named view2.
Adding a new view automatically opens the view editor docked at the bottom of the application. For information about using the view editor, see Section 7.7.3.3, “The View Editor”.
Right-clicking a view opens a pop-up menu with the following items:
Cut
'view_name'
As of MySQL Workbench 5.2.45, the
'view_name' is only cut from the
EER canvas. Before, it was also removed from the schema.
Copy
'view_name'
Paste
Edit View...
Edit in New Window...
Copy SQL to Clipboard
Delete
'view_name': deletes
from both the EER canvas and schema.
Remove
'view_name': deletes
from the EER canvas, but not the schema.
This option exists as of MySQL Workbench 5.2.45.
If the table editor is not open, the Edit View... item opens it. If it is already open, the selected table replaces the previous one. Edit in New Window... opens a new view editor tab.
The cut and copy items are useful for copying views between
different schemata. Copy SQL to
Clipboard copies the CREATE VIEW
statement to the clipboard.
Use the Delete
'view_name' item to
remove a view from the database. There will be
no confirmation dialog box.
Any views added to the Physical Schemata
section also show up in the Catalog palette on
the left side of the application. They may be added to an EER
Diagram, when in the EER Diagram tab, by dragging and dropping
them from this palette.

User Comments
Add your own comment.