home / my_database

gamepenalties

11 rows where game_id = 1001074

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, penalty

id ▼ game_id home period_id powerplay bench penalty_shot minutes penalty time_of_penalty_seconds player_penalized player_server
308134 1001074 1001074 0 1 1 0 0 2 16 649 144 144
308135 1001074 1001074 1 1 1 0 0 2 3 854 63 63
308136 1001074 1001074 1 1 1 0 0 2 9 1200 59 59
308137 1001074 1001074 0 2 1 0 0 2 1 79 104 104
308138 1001074 1001074 0 2 1 0 0 2 8 108 147 147
308139 1001074 1001074 1 2 1 0 0 2 8 868 34 34
308140 1001074 1001074 1 2 1 0 0 2 1 910 29 29
308141 1001074 1001074 0 2 1 0 0 2 4 1080 155 155
308142 1001074 1001074 1 3 1 0 0 2 3 389 53 53
308143 1001074 1001074 0 3 1 0 0 2 14 445 126 126
308144 1001074 1001074 0 3 1 0 0 2 4 463 157 157

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 1119.871ms