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 inventory_parts (
"inventory_id" BIGINT,
"part_num" VARCHAR,
"color_id" BIGINT,
"quantity" BIGINT,
"is_spare" VARCHAR
);
Anyone who has the link will be able to view this.