Baselight

TechSales Bakutech

A Comprehensive Dataset for Bakutech

@kaggle.farhadzeynalli_techsales_bakutech

Product Subcategories
@kaggle.farhadzeynalli_techsales_bakutech.product_subcategories

  • 3.32 KB
  • 15 rows
  • 3 columns
productsubcategorykey

ProductSubcategoryKey

subcategoryname

SubcategoryName

productcategorykey

ProductCategoryKey

1Laptops1
2Desktops1
3Tablets1
4Wireless Headphones2
5Wired Headphones2
6Gaming Headsets2
7Keyboards3
8Mice3
9Mousepads3
10Wall Chargers4

CREATE TABLE product_subcategories (
  "productsubcategorykey" BIGINT,
  "subcategoryname" VARCHAR,
  "productcategorykey" BIGINT
);

Share link

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