I want each and every one of you who is answering please don't make fun out of this.
some one gave the answer "no". some one gave the answer "star flake schema, snow flake schema etc"how can a schema come under a type of dimension
ANSWER:
One major classification we use in our real time modelling is
Slowly Changing Dimensions
type1 SCD: If you want to load an updated row of previously existed row the previous data will be replaced. So we lose historical data.
type2 SCD: Here we will add a new row for updated data. So we have both current and past records, which aggrees with the concept of datawarehousing maintaining historical data.
type3 SCD: Here we will add new columns.
but mostly used one is type2 SCD.
we have one more type of dimension that is
CONFORMED DIMENSION: The dimension which gives the same meaning across different star schemas is called Conformed dimension.
ex: Time dimension. where ever it was , gives the same meaning