l_name_suffix
7 rows
This data as json, CSV (advanced)
| Link | rowid ▼ | name_suffix | description |
|---|---|---|---|
| 1 | 1 | Esq. | Esquire |
| 2 | 2 | I | The First |
| 3 | 3 | II | The Second |
| 4 | 4 | III | The Third |
| 5 | 5 | IV | The Fourth |
| 6 | 6 | Jr. | Junior |
| 7 | 7 | Sr. | Senior |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "l_name_suffix" (
"name_suffix" text,
"description" text
);