The [Definition] reference table defines terms used in reports.
[Definition]
CREATE TABLE "Definition" ( "Term" text NOT NULL, "Text" text NOT NULL );
Term
The thing that needs an explanation.
Text
The definition text of the term.