LOAD ProductSubcategoryID, ProductSubcategoryID AS %ProductSubcategoryID_Key, ProductCategoryID, ProductCategoryID AS %ProductCategoryID_Key, Name ; SQL SELECT * FROM ProductSubcategory;
LEFT JOIN (Product)
LOAD ProductCategoryID, ProductCategoryID AS %ProductCategoryID_Key, Name ; SQL SELECT * FROM ProductCategory;