06 Sep 2009
Yes!
The schema type you use is a function of the database design, not the database software you use.
For a full data warehouse, 3NF is the best at being able to dig into the data. But you invariably get elements of star or (more usually) snowflake for presentation to the reporting layers. These can be done physically as tables, or as views - where performance permits.
20 Sep 2009
Hi Ansh,
of course you can use 4th NF or BCNF, if you want you might use 5th/6th/Domain Key/Inclusion Dependency/whatever NF, too
You just have to design your datamodel according to that :-)
Dieter
You must sign in to leave a comment.

Hi,
Could you please tell me which schema does Teradata follows:
Star Schema
or Snow Flake Schema
or 3rd Normalized schema