LEGO Database
The LEGO Parts/Sets/Colors and Inventories of every official LEGO set
@kaggle.rtatman_lego_database
The LEGO Parts/Sets/Colors and Inventories of every official LEGO set
@kaggle.rtatman_lego_database
CREATE TABLE sets (
"set_num" VARCHAR,
"name" VARCHAR,
"year" BIGINT,
"theme_id" BIGINT,
"num_parts" BIGINT
);
Anyone who has the link will be able to view this.