Views

Views (including updatable views) are implemented in MySQL Server 5.0 and available in binary releases from 5.0.1 and up. Views are useful for allowing users to access a set of relations (tables) as if it were a single table, and limiting their access to just that. Views can also be used to restrict access to rows (a subset of a particular table). For access control to columns, you can also use the sophisticated privilege system in MySQL Server.

Just simply click to open an object pane for View. A right-click displays the popup menu or using the object pane toolbar below, allowing you to create new, edit, open and delete the selected view.

Create View

To create a new view

To create a new view with modification as one of the existing views

To create a new view with loading from a SQL file

Edit View

To edit the existing view (manage its SQL definition etc)

To change the name of the view

Open View

To open a view (manage view data)

Delete View

To delete a view

Achieve View Information

To achieve a view information