home / my_database

gamepenalties

14 rows where game_id = 1001098

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, powerplay, minutes, penalty, time_of_penalty_seconds, player_penalized, player_server

id ▼ game_id home period_id powerplay bench penalty_shot minutes penalty time_of_penalty_seconds player_penalized player_server
308777 1001098 1001098 1 1 1 0 0 2 3 135 490 490
308778 1001098 1001098 1 1 1 0 0 2 9 363 497 497
308779 1001098 1001098 0 1 1 0 0 2 7 582 114 114
308780 1001098 1001098 0 1 1 0 0 2 6 625 155 155
308781 1001098 1001098 1 1 1 0 0 2 3 919 497 497
308782 1001098 1001098 0 2 1 0 0 2 9 423 140 140
308783 1001098 1001098 0 2 0 0 0 5 13 423 140 140
308784 1001098 1001098 1 2 0 0 0 5 13 423 490 490
308785 1001098 1001098 1 2 1 0 0 2 6 836 497 497
308786 1001098 1001098 0 3 1 0 0 2 3 536 137 137
308787 1001098 1001098 0 3 0 0 0 5 13 1107 160 160
308788 1001098 1001098 1 3 0 0 0 5 13 1107 489 489
308789 1001098 1001098 0 3 0 0 0 5 13 1191 155 155
308790 1001098 1001098 1 3 0 0 0 5 13 1191 503 503

Advanced export

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

CSV options:

CREATE TABLE "gamepenalties" (
    id INTEGER PRIMARY KEY,
    game_id INTEGER NOT NULL,
    home BOOLEAN,
    period_id INTEGER,
    powerplay BOOLEAN,
    bench BOOLEAN,
    penalty_shot BOOLEAN,
    minutes INTEGER,
    penalty INTEGER,
    time_of_penalty_seconds INTEGER,
    player_penalized INTEGER,
    player_server INTEGER,
    FOREIGN KEY (game_id) REFERENCES gamedata(game_id)
);
Powered by Datasette · Queries took 1460.247ms