home / fixtures

facetable

1 row where city_id = 4

View and edit SQL

pk planet_int state city_id neighborhood
15 2 MC Memnonia 4 Arcadia Planitia

Advanced export

JSON shape: default, array, object

CSV options:

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)
)
Powered by Datasette · Query took 1.689ms