home / games

division

2 rows where conference_id = 1

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name conference_id
1 Atlantic Eastern 1
2 North Eastern 1

Advanced export

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

CSV options:

CREATE TABLE "division" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "name" varchar(16) NULL, "conference_id" bigint NULL REFERENCES "conference" ("id") DEFERRABLE INITIALLY DEFERRED);
CREATE INDEX "division_conference_id_353b5fb4" ON "division" ("conference_id");
Powered by Datasette · Queries took 1.2ms