World Important Events - Ancient To Modern
A Chronological Journey Through History's Most Pivotal Moments Worldwide
@kaggle.saketk511_world_important_events_ancient_to_modern
A Chronological Journey Through History's Most Pivotal Moments Worldwide
@kaggle.saketk511_world_important_events_ancient_to_modern
CREATE TABLE world_important_dates (
"sl_no" BIGINT,
"name_of_incident" VARCHAR,
"date" VARCHAR,
"month" VARCHAR,
"year" VARCHAR,
"country" VARCHAR,
"type_of_event" VARCHAR,
"place_name" VARCHAR,
"impact" VARCHAR,
"affected_population" VARCHAR,
"important_person_group_responsible" VARCHAR,
"outcome" VARCHAR
);
Anyone who has the link will be able to view this.