Column

A column that an SQL statement refers to.
What happens when you select a column in the SQL Outline view
The properties of the column that are specifically relevant to data access development appear in the Properties view. These properties are:
  • Column Name
  • Schema Name
  • Table Name
What happens when you double-click a column in the SQL Outline view
The full set of properties of the column appears in the Properties view.
Also, the workbench highlights the column in the Data Source Explorer.
What options appear when you right-click a column in the SQL Outline view
Find in Physical Data Model
If the column is used in a physical data model and is associated with an atomic domain that has a privacy policy, this option shows the column in that physical data model in the Data Project Explorer.
For information about marking data types as private, see Adding data privacy information to domain data types.
Show in Data Source Explorer
Causes the workbench to highlight the column in the Data Source Explorer.

Feedback