World's Most Endangered Snakes
conservation status of the world's snakes
@kaggle.kkhandekar_conservation_status_of_the_worlds_snakes
conservation status of the world's snakes
@kaggle.kkhandekar_conservation_status_of_the_worlds_snakes
The IUCN Red List of Threatened Species evaluates the conservation status of plant and animal species. The list is based on scientific assessment of an organism's status by experts.
CREATE TABLE conservationstatusofworldsnakes (
"family" VARCHAR,
"scientific_name" VARCHAR,
"common_name_s" VARCHAR -- Common Name(s),
"red_list_status" VARCHAR,
"population_trend" VARCHAR
);Anyone who has the link will be able to view this.