arena
2 rows where Team = 28
This data as json, CSV (advanced)
id ▼ | Arena | Latitude | Longitude | Capacity | Opened | Closed | Team |
---|---|---|---|---|---|---|---|
26 | SAP Center at San Jose | 37.33277777777778 | 121.90111111111112 | 17562 | 1993 | 2022 | San Jose Barracuda 28 |
34 | Tech CU Arena | 37.31930555555556 | 121.86405555555555 | 4200 | 2022 | San Jose Barracuda 28 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");