Adding and Manipulating Decision Table Columns
 
 Decision table columns determine the names and types of the table's inputs and outputs.  
 
  Recall that decision tables can have two column types: 
  
 
 - Simple columns: whereby a match is checked by comparing the input value to the corresponding value in the table
- Range columns: where a match is checked by comparing the input value to a range defined in the table.
Columns and their values are managed in the Column Manager, launched by clicking Open Column Manager in the decision table editor.
 

