This data as JSON, CSV (advanced)
pk | planet_int | state | city_id | neighborhood |
---|---|---|---|---|
15 | 2 | MC | Memnonia 4 | Arcadia Planitia |
CREATE TABLE facetable ( pk integer primary key, planet_int integer, state text, city_id integer, neighborhood text, FOREIGN KEY ("city_id") REFERENCES [facet_cities](id) )