l_r_target_description
6 rows
This data as json, CSV (advanced)
| Link | rowid ▼ | target | description |
|---|---|---|---|
| 1 | 1 | Elec1 | Election: Impact Category 1 |
| 2 | 2 | Elec2 | Election: Impact Category 2 |
| 3 | 3 | Elec3 | Election: Impact Category 3 |
| 4 | 4 | Hear1 | Hearing: Impact Category 1 |
| 5 | 5 | Hear2 | Hearing: Impact Category 2 |
| 6 | 6 | Hear3 | Hearing: Impact Category 3 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "l_r_target_description" (
"target" text,
"description" text,
FOREIGN KEY ([target]) REFERENCES[l_r_targets] ([target])
);