What are the different types of schemas?

Answers were Sorted based on User's Feedback



What are the different types of schemas?..

Answer / ande

two types of schemas r there: Star schema and snow flake
Schema: in Snow flake schema normalozation is promoted
where as in star schema denormalization is promoted. incase
of snowflake schema DB size will be saved but no of joins
will be increased and poor performance compare with star
schema
regards,
ande

Is This Answer Correct ?    71 Yes 31 No

What are the different types of schemas?..

Answer / kalyan

3types of schems:
Star Schema (As above)
Snow Flake Schema (As above)
Galaxy or Integrated or Fact Constellation Schema ( By
which, a dimensional table is shared by one or more Fact
tables )

Good Luck.

Is This Answer Correct ?    40 Yes 16 No

What are the different types of schemas?..

Answer / mallikarjun

There are 3 types of Schemas,
1.Star Schema
2.Snowflake Schema
3.Galaxy/Integrated/Hybride/Consalation Schemas
1)Star Schema-It is defined as the fact table is centrally located,surrounded by dimension tables is called star schema.In that dimension tables are denormalized and fact table is normalized.(or)Star schema is defind as two or more fact and two or more dimension tables that are related to foreigh keys.
2)Snowflake Schema-It is defind as the Denormalized Dimensions tables are can be splited into two or more normalized dimensions is called snowflake schema.In that both dimensions and fact tables are normalized.
3)Hybride Schema-It is defind as a dimension table is shared by two or more fact tables.

Is This Answer Correct ?    26 Yes 9 No

What are the different types of schemas?..

Answer / thirumalai

There are 3 types of Schemas :
1. Star Schema -The star schema architecture is the
simplest data warehouse schema. It is called a star schema
because the diagram resembles a star, with points radiating
from a center. The center of the star consists of fact
table and the points of the star are the dimension tables.
Usually the fact tables in a star schema are in third
normal form(3NF) whereas dimensional tables are de-
normalized. Despite the fact that the star schema is the
simplest architecture

2. Snow Flake Schema - The snowflake schema architecture is
a more complex variation of the star schema used in a data
warehouse, because the tables which describe the dimensions
are normalized

3. Fact Constallation Schema : For each star schema it is
possible to construct fact constellation schema(for example
by splitting the original star schema into more star
schemes each of them describes facts on another level of
dimension hierarchies). The fact constellation architecture
contains multiple fact tables that share many dimension
tables.

Is This Answer Correct ?    11 Yes 4 No

What are the different types of schemas?..

Answer / giri

Schema is structure of information

1.STAR SCHEMA
-------------
Centralized Fact table connect the one or more denormalized data

2.SNOW FLAKE SCHEMA
-------------------

Centralized Fact table connect the one or more normalized data

3.STAR FLAKE SCHEMA
-------------------

One or more centralized fact table connect the single denormolized data

Is This Answer Correct ?    28 Yes 23 No

What are the different types of schemas?..

Answer / gopi

star schema
snow flae schema
hybrid schema
multistar schema

Is This Answer Correct ?    4 Yes 4 No

What are the different types of schemas?..

Answer / kick

Very nice page I must say.

Mainly Data warehouse has three type of schemas available.

1. Star Schema

2. Snow Flake Schema

3. Fact Constellation Schema or Galaxy Schema

It was really hard time for me to get to know exactly how this all schema works and what is the main differences between these schema.

I searched a lot on web and got one detailed answer in below link. May be this can also help you guys to understand.

http://www.aajsearch.com/142/what-are-the-different-schema-in-data-warehousing

Is This Answer Correct ?    3 Yes 4 No

What are the different types of schemas?..

Answer / chowdary

There are two types of shemas
1 star schema , 2 snowflake schema
star schema : a fact table related to tha dimension tables
like in the fact table it contain refernce keys of
dimension tables. and dimension tables dont related to the
other parent table . it view like a star so its call star
schema. if this use to avoid more joins
snowflake schema: a dimenion table with related to the it
hirerchi tables. like time dimensin table year dimension
table, month month dimension table, week dimension table
it view like snowflake

Is This Answer Correct ?    23 Yes 26 No

What are the different types of schemas?..

Answer / ramesh

schems are two types one is star schema and another one is
snow flake schema

Is This Answer Correct ?    6 Yes 14 No

What are the different types of schemas?..

Answer / vignesh muralidharan

three types of schemas are availble.Star schema,star flake
schema & snow flake schema.

Star schema:It is highly denormalised,so we can retrieve
the data very fast.

Star flake schema:Only one dimension contain one level of
hierachy key.

Snow flake schema:It is highly normalised,so retrievel of
data is slow.

Is This Answer Correct ?    34 Yes 43 No

Post New Answer

More Informatica Interview Questions

write a sql query following table? col1 col2 1 2 1 2 1 2 3 4 3 4 5 6 i want the output like unique duplicate col1 col2 col1 col2 1 2 1 2 3 4 1 2 5 6

1 Answers   Cap Gemini,


What are the different threads in DTM process?

2 Answers  


Name 4 output files that informatica server creates during session running?

1 Answers  


What is joiner change?

0 Answers  


my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my target should be eno ename sal 111 sri ram kumar 1000 i.e; we need to eliminate the commas in between the data of a comma delimited file.

5 Answers   IBM,






What is Collect performance data in informatica and what is the use of it.

1 Answers   Informatica,


HOE DO U IMPLIMENT SCHEDULING IN INFORMATICA?

7 Answers   Patni, Wipro,


if the column name in sql override is diff from the column name in source qualifier,what is the impact?

5 Answers   TCS,


In target table how to display the system time

1 Answers  


Can anyone please help me out,In which transformations records will be rejected and how capture those records?and How to reload the rejected records?

3 Answers   Syntel,


What is diff between connected and unconnected lookup?

5 Answers   BirlaSoft, Blue Star Infotech,


Types of error logs in Informatica?

2 Answers  


Categories