home / my_database

Menu
  • Playoff Bracket
  • Game Predictor
  • Season Predictor

penalty_type

2 rows where penalty_class_id = 7

✎ View and edit SQL

This data as json, CSV (advanced)

penalty_type_id ▼ penalty_description penalty_class_id
43 Gross misconduct - Bench 7 7
56 Gross misconduct 7 7

Advanced export

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

CSV options:

CREATE TABLE penalty_type (
                penalty_type_id INTEGER PRIMARY KEY AUTOINCREMENT,
                penalty_description TEXT UNIQUE NOT NULL,
                penalty_class_id INTEGER,
                FOREIGN KEY (penalty_class_id) REFERENCES penaltyclass(penalty_class_id)
            );
Powered by Datasette · Queries took 7.353ms