World's Oldest Companies Dataset
Dataset containing the oldest companies of the world until 1700.
@kaggle.tahzeer_worlds_oldest_companies_dataset
Dataset containing the oldest companies of the world until 1700.
@kaggle.tahzeer_worlds_oldest_companies_dataset
CREATE TABLE oldest_companies (
"year" BIGINT,
"company" VARCHAR,
"current_location" VARCHAR,
"field" VARCHAR
);
Anyone who has the link will be able to view this.