home / games

team

1 row where franchise_id = 1

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name year_founded division_id franchise_id
39 Coachella Valley Firebirds 2022 Pacific 4 1 1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "team" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "name" varchar(32) NULL, "year_founded" integer NULL, "division_id" bigint NULL REFERENCES "division" ("id") DEFERRABLE INITIALLY DEFERRED, "franchise_id" bigint NULL REFERENCES "franchise" ("id") DEFERRABLE INITIALLY DEFERRED);
CREATE INDEX "team_division_id_d045beb7" ON "team" ("division_id");
CREATE INDEX "team_franchise_id_c7da83a8" ON "team" ("franchise_id");
Powered by Datasette · Queries took 1.2ms