| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: dimensions
Aloha Kakuikanu <nospam_at_newsranger.com> wrote in message news:<HuWl7.7448$4z.32508_at_www.newsranger.com>...
> CREATE DIMENSION products_dim
> LEVEL product IS (products.prod_id)
> LEVEL subcategory IS (products.prod_subcategory)
> LEVEL category IS (products.prod_category) ...
>
> is it a funny way to say that products.prod_id -> products.prod_subcategory,
> etc?
If by "products.prod_id -> products.prod_subcategory" you mean a functional dependency, then absolutely yes. Received on Sun Sep 09 2001 - 15:17:14 CDT
![]() |
![]() |