Fifa 22 Player Ratings
fifa_22_player_ratings
@kaggle.ahmettezcantekin_fifa_22_player_ratings
fifa_22_player_ratings
@kaggle.ahmettezcantekin_fifa_22_player_ratings
CREATE TABLE fifa_22_player_ratings (
"player_id" BIGINT,
"name" VARCHAR,
"nationality" VARCHAR,
"position" VARCHAR,
"overall" BIGINT,
"age" BIGINT,
"potential" BIGINT,
"team" VARCHAR
);
Anyone who has the link will be able to view this.