Professional Wrestling Champions (WWE/WWF)
Includes Date of Birth, Date of Death, and Cause of Death
@kaggle.mdabbert_professional_wrestling_champions_wwewwf
Includes Date of Birth, Date of Death, and Cause of Death
@kaggle.mdabbert_professional_wrestling_champions_wwewwf
CREATE TABLE data (
"name" VARCHAR,
"reign" BIGINT,
"days" BIGINT,
"date" VARCHAR,
"event" VARCHAR,
"location" VARCHAR,
"link" VARCHAR,
"belt" VARCHAR,
"date_of_birth" TIMESTAMP,
"date_of_death" TIMESTAMP,
"cause_of_death" VARCHAR
);
Anyone who has the link will be able to view this.