l_name_prefix
7 rows
This data as json, CSV (advanced)
| Link | rowid ▼ | name_prefix | description |
|---|---|---|---|
| 1 | 1 | Dr. | Doctor |
| 2 | 2 | Hon. | Honorable |
| 3 | 3 | Miss | For a woman |
| 4 | 4 | Mr. | For a man |
| 5 | 5 | Mrs. | For a woman |
| 6 | 6 | Ms. | For a woman |
| 7 | 7 | Rev. | Reverend |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "l_name_prefix" (
"name_prefix" text,
"description" text
);