Pokemon Compendium
Unveiling the Strengths, Abilities, and Traits of Every Pokémon Type
@kaggle.noeyislearning_pokdex
Unveiling the Strengths, Abilities, and Traits of Every Pokémon Type
@kaggle.noeyislearning_pokdex
CREATE TABLE pokemon_swsh (
"no" BIGINT,
"name" VARCHAR,
"type" VARCHAR,
"abilities" VARCHAR,
"hp" BIGINT,
"att" BIGINT,
"def" BIGINT,
"s_att" BIGINT,
"s_def" BIGINT,
"spd" BIGINT
);
Anyone who has the link will be able to view this.