Database table

A table that an SQL statement refers to.
What happens when you select a database table in the SQL Outline view
The properties of the table that are specifically relevant to pureQuery appear in the Properties view. These properties are:
  • Schema Name
  • Table Name
What happens when you double-click a database table in the SQL Outline view
The full set of properties of the table appears in the Properties view.
Also, the workbench highlights the table in the Data Source Explorer.
What option appears when you right-click a database table in the SQL Outline view
The option Show in Data Source Explorer on the right-click menu causes the workbench to highlight the table in the Data Source Explorer.

Feedback