Difference between revisions of "Definition Table"
Jump to navigation
Jump to search
(Created page with "The <code>[Definition]</code> table holds information gleaned from exploited media. <source lang="SQL"> CREATE TABLE "Definition" ( "Term" text NOT NULL, "Text" text NOT...") |
|||
| Line 1: | Line 1: | ||
| − | The <code>[Definition]</code> table | + | The <code>[Definition]</code> reference table defines terms used in reports. |
| + | =SQL= | ||
<source lang="SQL"> | <source lang="SQL"> | ||
CREATE TABLE "Definition" ( | CREATE TABLE "Definition" ( | ||
| Line 7: | Line 8: | ||
); | ); | ||
</source> | </source> | ||
| + | |||
| + | =Columns= | ||
| + | ==<code>Term</code>== | ||
| + | The thing that needs an explanation. | ||
| + | |||
| + | ==<code>Text</code>== | ||
| + | The definition text of the term. | ||