Editing SQL Definition

The Definition tab allows you to edit the view definition as SQL statement (SELECT statement it implements).

Example:
     SELECT
       HR.EMPLOYEES.EMPLOYEE_ID
     FROM
       HR.EMPLOYEES
    

Hint: To customize the view of the editor and find out more features for sql editing, see Editor View and More Features.