what is data modelling? what are types of modelling?In
which suituation will use each one?
Answer / mike
Data modelling: It is the process of designing a a datamart
or dataware house. there are three phases in data modeling
1)conceptual designing:In this phase the database
architects and the managers will understand the client
requirements. After understanding the requirements they
will identify the attributes and entities(colomns and
tables)
2)Logical designing:In this phase the dimension tables and
the fact tables are identified and also the relation ship
between the fact and dimension tables will gets identified.
Now the schema looks like either a star or snowflake
schema. To perform logical designing we use data modelling
tools like ER STUDIO or ERWIN.
3)Physical designing: Once the logical designing is
approved by the client it will be converted in to physical
existance in the database.
Hope this helps
| Is This Answer Correct ? | 23 Yes | 0 No |
how can run the wf through pmcmd commend? write script?
Differentiate between mapping parameter and mapping variable?
How do we eliminate duplicate records in a flat file without using Sorter and Aggregator?
In development project what is the process to follow for an etl developer from day1
I have 5 sessions s1,s2,s3,s4 & s5 and i want execute s1,s2,s3,s5 after s4. How?
can u give example for factless fact table
What does reusable transformation mean?
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
Why use shortcuts(Instead of making copies).
There are 3 groups in router transformation in which there are no conditions mentioned, so what happens if I connect these groups to the 3 targets? How many records gets into each target.(suppose if we are getting 10 records from the source)
empno sal 1 8000 2 9000 3 8000 4 1000 how to get highest sal wise rankings in rank t/r.
Why do we use DSS database for OLAP tools?