what is normalization and denormalization
Answers were Sorted based on User's Feedback
Answer / somu
IN Normalization is controlled by elimination redundant
data where as in Denormalisation is controlled by redundant
data.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shanu
Normalisation is a Process of decomposing the tables into
number of succesive tables to avoid Data Retundancy and
Inconsistency
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the importance of surrogate key in data warehousing?
i have a scenario like two columns(Empno, Ename) in that duplicate records are there, so my question is how to get second duplicate record in datastage.
What is the difference between validated and compiled in the datastage?
With out using Funnel Stage, how to populate the data from different sources to single target
IS IT POSSIBLE TO USE DATASET AS A SOURCE FILE?
Different ways a project can be moved to production ?...example ….export-import and Version control.
Can you explain engine tier in information server?
What are the different database update actions available?
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
I have a input as: Col 1 1 2 2 3 I want 3 output as: Output1: 1 1 Output2: 2 2 Output3: 3 i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help
at source level i have 40 columns,i want only 20 cols at target what r the various ways to get it
i want anser this question empno,ename,sal 12,mmm_ww,200 13,nnn_xx,300 14,bbb_qq,400 which stages are take which types of logicks are doing pls help me