The simplest way to create a view using the MySQL Query Browser is to
use the Create View button. Execute a query
that represents the view you wish to create. Once the query is
executed, click the Create View button,
provide a name for the view, and the view is created.
Note
Creating views is not yet supported on all Operating systems.
You can also create a view by right-clicking on the database you
wish to add a view to in the database browser and choosing the
Create New View option. After you enter a name
for the view, a view template will be displayed in the script
editor.