MotoGP Circuits
Details of all circuits the MotoGP World Championship has raced on since 1949
@kaggle.mikeenting_motogp_circuits
Details of all circuits the MotoGP World Championship has raced on since 1949
@kaggle.mikeenting_motogp_circuits
CREATE TABLE circuit_data (
"name" VARCHAR,
"location" VARCHAR,
"country" VARCHAR,
"pole_position" VARCHAR,
"length_in_meters" BIGINT,
"width_in_meters" VARCHAR,
"right_corners" BIGINT,
"left_corners" BIGINT,
"longest_straight" BIGINT,
"constructed" BIGINT,
"modified" BIGINT
);
Anyone who has the link will be able to view this.