home / my_database

Menu
  • Playoff Bracket
  • Game Predictor
  • Season Predictor

penaltyclass

7 rows

✎ View and edit SQL

This data as json, CSV (advanced)

penalty_class_id ▼ penalty_class_description
1 Minor
2 Double Minor
3 Major
4 Match
5 Misconduct
6 Game Misconduct
7 Gross Misconduct

Advanced export

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

CSV options:

CREATE TABLE penaltyclass (
                penalty_class_id INTEGER PRIMARY KEY,
                penalty_class_description TEXT
            );
Powered by Datasette · Queries took 8.691ms