home / my_database

Menu
  • Playoff Bracket
  • Game Predictor
  • Season Predictor

gameofficial

4 rows where game_id = 1027775

✎ View and edit SQL

This data as json, CSV (advanced)

Link game_id person_id official_type_id
1027775,6938 1027775 1027775 6938 4
1027775,7240 1027775 1027775 7240 3
1027775,9769 1027775 1027775 9769 2
1027775,9963 1027775 1027775 9963 1

Advanced export

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

CSV options:

CREATE TABLE gameofficial (
                    game_id INTEGER NOT NULL,
                    person_id INTEGER NOT NULL,
                    official_type_id INTEGER,
                    PRIMARY KEY (game_id, person_id),
                    FOREIGN KEY (game_id) REFERENCES gamedata(game_id)
                );
Powered by Datasette · Queries took 7.978ms