Can any one give me a real time example for FACT TABLE &
DIMENSIONAL TABLE?
Answers were Sorted based on User's Feedback
Answer / jaspreet banga
There are lots of answer for this question but i will give
you simple one, 'JUST CONSIDER A PEN, NOW SALES OF THAT PEN
IS FACT I.E., A METRICS , A MEASURABLE QUANTITY,.
what is the name of brand, its date of manufac,expiry
date, ie., DESCRIBING FEATURES are different DIMENSIONS,
i.e., SOMETHING WHICH DESCRIBES THE PEN.--hence fact tables
contains 2 things the" foreign keys from differnt dimension
table and the METRICS " while all describing features are
available in the dimenasion table. hope this clears your
concept..
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / boopalan venugopal
THANKU SO MUCH Jaspreet, U have given a gr8 example, which always be in my mind....thanks again..
Is This Answer Correct ? | 1 Yes | 1 No |
Explain about perform recovery?
In CSV flat file date are in the following format. dd/mm/yyyy (05/01/2005)and d/m/yyyy (5/1/2005) and dd/m/yyyy (05/1/2005) and d/mm/yyyy (5/01/2005). It should be load to target in a unique format. How will you implement this?
in my source i have 100 records, and 3 targets, i want to load 1st record into 1st target,2nd record into 2nd target,3rd record into 3rd target again 4th target into 1st target and vice versa,how to achieve this?
hw cn v elimate dublicate values from lookup without overriding sql?
Please let me know how to make encryption and decryption with example?
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
How will you update the row without using update statergy?
in oracle write query yourname+1 from dual
What do you understand by a term domain?
what is mapping parameter and mapping variables
What are the different threads in DTM process?
followin source like region sales 1 100 2 200 i want the output following format region 1 2 sales 100 200