Views are queries stored into databases. By creating a view, you are able to select frequently used query processes and save them for future use. To open the views editor, you should double-click on the desired view on the Project explorer.
In this editor, you are able to edit the information below:
•Object name: view name.
•Description.
•Create implementation code: full command to create the view in the database. When you create a view automatically implements "CREATE VIEW <%ObjectName%> AS". This macro "<%...%>" is replaced by the view's name, so you can rename it without having to update this implementation.