You are on page 1of 1

SELECT DimProductCategory.ProductCategoryKey, DimProductCategory.

ProductCategory
Label, DimProductCategory.ProductCategoryName,
DimProductCategory.ProductCategoryDescription
FROM DimProductCategory
WHERE ( (ProductCategoryName = 'AUDIO' OR ProductCategoryName = 'TV and VIDEO' O
R ProductCategoryName = 'COMPUTERS' OR ProductCategoryName = 'CAMERAS and CAMCOR
DERS' OR ProductCategoryName = 'CELL PHONES' OR ProductCategoryName = 'MUSIC, MO
VIES and AUDIO BOOKS') )

You might also like