what is the difference between start schma and Fsldm?

Answers were Sorted based on User's Feedback



what is the difference between start schma and Fsldm? ..

Answer / saurabh

FSLDM -> 3rd normal form
Star Schema --> Denormalized for query performance

Is This Answer Correct ?    13 Yes 2 No

what is the difference between start schma and Fsldm? ..

Answer / prabakaran

FLSDM is a 3nf model, vanilla made to cater a Bank's EDW
need.

Star Schema is a denormalized model

Is This Answer Correct ?    11 Yes 3 No

what is the difference between start schma and Fsldm? ..

Answer / shubhangi

A star schema has one Fact tables and many dimensional
tables to store the related.

FSLDM (Financial services logical data model) is a model
proposed and designed by NCR to cater the needs of financial
sectors, specially the Banking domain.

It has many Fact tabls and dimension tbls.

The major fact tbls include Party (Customers of the bank),
Product (Services offered by the bank), Event (An event
occurred ex: An ATM transaction), Agreement (A deal betweem
the party and the bank for a product)etc...

The FSLDM can be customized to cater to bank's specific needs.

Is This Answer Correct ?    19 Yes 13 No

what is the difference between start schma and Fsldm? ..

Answer / vinay sir(datawarehousing tech

Adding more to the above:
FSLDM->It was designed with variuos Subject Areas
(PARTY,LOCATION,ADDRESS,EVENT etc...).Each Subject Area is
again made up of different Entities and all these entities
are fully normalized.
Simply FSLDM consists of Many Entities and the structure
is in 3NF.

Star Schema: This can also be called as Star Join Schema.
Star schema consists of Less Entities(Fewer Fact and
Dimension tables--preferrably one fact with many dimensions)
and the structure is Denormalized.

Is This Answer Correct ?    6 Yes 3 No

what is the difference between start schma and Fsldm? ..

Answer / fsldmlearner

Can anyone please let me know what is the recommended ETL
design for loading FSLDM ? I saw one of the designs for ETL
for this at www.fsldm.com but want to understand if there
are any contents I can find anywhere on the various
components shown as www.fsldm.com ?

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More Teradata Interview Questions

can we load 10 millions of records into target table by using tpump?

1 Answers   HP,


can i call router is a passive transformation

2 Answers  


what are the file sizes in your project?

2 Answers  


How you will check the version of teradata?

1 Answers  


What is partitioned primary index (ppi)?

1 Answers  


If the table does not have duplicates then which utility you can suggest to load the data ?

3 Answers  


Can any one explain me the difference between BTEQ and MLOAD,TUMP. All canbe used for same purpose but still differnt methods. why ?

1 Answers  


Discuss the advantages of using partitioned primary index in a query?

1 Answers  


What are some primary characteristics of teradata?

1 Answers  


I have a employee table with EMPID, EMPNAME, DEPTID, SAL and want to fetch the maximum and minimum salary on each dept id with the emp name. Can anyone help in this? The result should contain the EMPNAME, DEPTID, SAL.

4 Answers   Cap Gemini,


Backup Script was blocked you are unable to archive the data now. how do you analyze it and where do you identify ?

1 Answers  


How to select first n records in teradata?

1 Answers  


Categories