Hockey Teams
A Comprehensive Overview of Hockey Team Records and Statistics
@kaggle.sirishasingla1906_hockey_teams
A Comprehensive Overview of Hockey Team Records and Statistics
@kaggle.sirishasingla1906_hockey_teams
CREATE TABLE hockeyteams (
"team_name" VARCHAR,
"year" BIGINT,
"wins" BIGINT,
"losses" BIGINT,
"ot_losses" DOUBLE,
"win" DOUBLE,
"goals_for_gf" BIGINT,
"goals_against_ga" BIGINT,
"n" BIGINT
);
Anyone who has the link will be able to view this.