Dog Breeds
🐕 Dataset with information about dog breeds 🐕
@kaggle.marshuu_dog_breeds
🐕 Dataset with information about dog breeds 🐕
@kaggle.marshuu_dog_breeds
CREATE TABLE dog_breeds (
"breed" VARCHAR,
"country_of_origin" VARCHAR,
"fur_color" VARCHAR,
"height_in" VARCHAR,
"color_of_eyes" VARCHAR,
"longevity_yrs" VARCHAR,
"character_traits" VARCHAR,
"common_health_problems" VARCHAR
);
Anyone who has the link will be able to view this.