I somewhat disagree venkat. There can just be SKs within a Star schema, which itself is de-Normalized. Now, if there are then FKs on the dimensions as well, I would agree.
The Fact table is central table in Star schema, Fact table is kept Normalized because its very bigger and so we should avoid redundant data in it. Thats why we make different dimensions there by making normalized star schema model which helps in query performance + to eliminate redundant data....