franchise
2 rows
This data as json, CSV (advanced)
id ▼ | Franchise | Year_Founded |
---|---|---|
1 | Coachella Valley Firebirds | 2022 |
2 | Maine Mariners | 1977 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "franchise" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "Franchise" varchar(64) NOT NULL, "Year_Founded" integer NULL);