Violations and Diagnostics Tables with Explicit Names

The following statement starts a violations and diagnostics table for the target table named items. The USING clause assigns explicit names to the violations and diagnostics tables. The violations table is to be named exceptions, and the diagnostics table is to be named reasons.
START VIOLATIONS TABLE FOR items USING exceptions, reasons;