home / games

arena

1 row where Team = 37

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ Arena Latitude Longitude Capacity Opened Closed Team
32 Mohegan Sun Arena at Casey Plaza 41.24055555555556 75.84861111111111 8300 1999   Wilkes-Barre/Scranton Penguins 37

Advanced export

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

CSV options:

CREATE TABLE "arena" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "Arena" varchar(64) NOT NULL, "Latitude" integer NULL, "Longitude" integer NULL, "Capacity" integer NULL, "Opened" integer NULL, "Closed" integer NULL, "Team" bigint NULL REFERENCES "team" ("id") DEFERRABLE INITIALLY DEFERRED);
CREATE INDEX "arena_Team_bcb54805" ON "arena" ("Team");
Powered by Datasette · Queries took 1.2ms