Creating View Tables 

Use

SQL Studio allows you to create view tables for the database to which you are currently logged on.

Procedure

  1. Choose Tables ® Catalog Manager® New ® View. The view table definition window opens.
  2. Using Drag&Drop, copy a database query from your SQL Studio Objects into the definition window. This action copies the structure of the results set for this database query into the new view table.
  3. Assign a name to your view table.
  4. You can rename the basis table column names for your view table under Alias in View.

  5. If necessary, change the following settings:
  6. Replace existing view

    Replace the existing view table

    Check on insert or update

    Check the view conditions when changing values

    Identifiers upper case

    Identifier written in upper case letters

  7. Choose Table Definition ® Create View, in order to create the view table in the database.

To export the SQL statement for creating the view database to the direct SQL dialog, choose Table Definition ® Export to Direct SQL.