Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Which gives the more performance when compare to fixed width and delimited file ? and why?

3 Answers   HP,


Design a mapping to calculate department wise sum of salaries and load it in single target? Source Target Deptno Salary Deptno Salary 10 100 10 600 10 200 10 600 10 300 10 600 20 200 20 800 20 300 20 800 20 300 20 800 30 400 20 1500 30 500 30 1500 30 600 30 1500

0 Answers   Cap Gemini,


i have oracle table A and target B. i don't know how many records. i want get get last record in table A as first record in target table B. write a sql query?

7 Answers   IBM, TCS,


Tell me about MD5 functions in informatica

0 Answers  


write a query to get maximum salary from the employers table without duplicates....kindly help me

5 Answers   CTS,


what is metadata?

8 Answers   Satyam,


what is the size of your data warehousing?

0 Answers   IBM,


What are the reusable transforamtions?

2 Answers  


What differs when we choose the sorted input for aggregator transformation?

0 Answers  


What are the basic needs to join two sources in a source qualifier?

4 Answers  


scd methodology?

2 Answers  


can u explain me banking domain projects ? and in banking domain projects how many dimension tables and how many fact tables and how to load source and targets in mapping level plese expain give me one example?

1 Answers   Accenture, Cognizant, HCL, IBM, iGate, L&T, TCS, Virtusa,


Categories