Baselight

A Comprehensive Database On The FIFA World Cup

Data on teams, players, managers, refs, matches, goals, cards, subs, and more!

@kaggle.joshfjelstul_world_cup_database

Awards
@kaggle.joshfjelstul_world_cup_database.awards

  • 4.35 KB
  • 8 rows
  • 5 columns
key_id

Key Id

award_id

Award Id

award_name

Award Name

award_description

Award Description

year_introduced

Year Introduced

1A-1Golden Ballbest player1978
2A-2Silver Ballsecond best player1978
3A-3Bronze Ballthird best player1978
4A-4Golden Boottop goal scorer1930
5A-5Silver Bootsecond top goal scorer1930
6A-6Bronze Bootthird top goal scorer1930
7A-7Golden Glovebest goal keeper1994
8A-8Best Young Playerbest young player1958

CREATE TABLE awards (
  "key_id" BIGINT,
  "award_id" VARCHAR,
  "award_name" VARCHAR,
  "award_description" VARCHAR,
  "year_introduced" BIGINT
);

Share link

Anyone who has the link will be able to view this.