A decision table is used to represent the logic of making decisions in a tabular format. It contains conditions and actions. The document provides examples of creating decision tables for a login screen and photo upload screen. These tables contain conditions that must be met and the resulting actions. They can be used to systematically test all possible combinations of conditions.