Baselight

LEGO Database

The LEGO Parts/Sets/Colors and Inventories of every official LEGO set

@kaggle.rtatman_lego_database

Themes
@kaggle.rtatman_lego_database.themes

  • 11.29 KB
  • 614 rows
  • 3 columns
id

Id

name

Name

parent_id

Parent Id

1Technic
2Arctic Technic1
3Competition1
4Expert Builder1
5Model1
6Airport5
7Construction5
8Farm5
9Fire5
10Harbor5

CREATE TABLE themes (
  "id" BIGINT,
  "name" VARCHAR,
  "parent_id" DOUBLE
);

Share link

Anyone who has the link will be able to view this.