home / fixtures

facetable

4 rows where city_id = 3

View and edit SQL

pk planet_int state city_id neighborhood
11 1 MI Detroit 3 Downtown
12 1 MI Detroit 3 Greektown
13 1 MI Detroit 3 Corktown
14 1 MI Detroit 3 Mexicantown

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.594ms