Normalized Tables Overview > Primary Business Key
  
Primary Business Key
This checkbox indicates that the column is part of the primary business key when set. Multiple columns can form the primary business key. This indicator is set and cleared by QAD Data Warehouse Designer during the normalized table update procedure generation process. This checkbox should not normally be altered.
 
 
Normalized Table Column Transformations
Each normalized table column can have a transformation associated with it. The transformation will be included in the generated procedure and will be executed as part of the procedure update. The transformation must therefore be a valid SQL construct that can be included in a 'Select' statement. For example we could have a transformation of 'load_order_line.qty * 0.125' to calculate a tax column of 12.5%. Click the 'Transformation' tab to enter a transformation.
Note: Transformations are only put into effect when the procedure is re-generated.