Clinical Trials (ClinicalTrials.gov)
@owid.clinical_trials
@owid.clinical_trials
ClinicalTrials.gov is a website and online database of clinical research studies and information about their results. The purpose of ClinicalTrials.gov is to provide information about clinical research studies to the public, researchers, and health care professionals.
CREATE TABLE owid_interventions_per_year (
"year" INTEGER,
"device" INTEGER,
"procedure" INTEGER,
"radiation" INTEGER,
"other" INTEGER,
"dietary_supplement" INTEGER,
"diagnostic_test" INTEGER,
"behavioral" INTEGER,
"biological" INTEGER,
"drug" INTEGER,
"genetic" INTEGER,
"combination_product" INTEGER
);CREATE TABLE owid_length_per_year (
"year" INTEGER,
"country" VARCHAR,
"avg_study_length_days" FLOAT
);CREATE TABLE owid_participants_per_year (
"year" INTEGER,
"country" VARCHAR,
"avg_participants" FLOAT
);CREATE TABLE owid_purpose_per_year (
"year" INTEGER,
"country" VARCHAR,
"n_studies_purpose" INTEGER
);CREATE TABLE owid_results_per_year (
"year" INTEGER,
"country" VARCHAR,
"n_studies_results" INTEGER
);CREATE TABLE owid_sponsor_per_year (
"year" INTEGER,
"country" VARCHAR,
"n_studies_sponsor" INTEGER
);CREATE TABLE owid_status_per_year (
"year" INTEGER,
"country" VARCHAR,
"n_studies_status" INTEGER
);CREATE TABLE owid_study_type_per_year (
"year" INTEGER,
"country" VARCHAR,
"n_studies_type" INTEGER
);CREATE TABLE owid_trials_per_year (
"year" INTEGER,
"country" VARCHAR,
"n_studies_country" INTEGER
);Anyone who has the link will be able to view this.