why do we need a datawarehouse when we have databases to store
data?
Answer / sriram
Database contains data called production data mostly and we can do operations but not recommended which is a performance issue and is always busy with application data
where as in DW,the data which we maitain is called historical data, on which we can play around.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to initialize environment variables?
count number of deptno in a emp table?
1)Source file contains one record, I want 100 records in target file.
What is the sortmerge collector?
What can we do with datastage director?
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
What is the difference between hashfile and sequential file?
how to define satge variables in transformer stage
what is the diff b/w switch and filter stage in datastage
How and where you used hash file?
How can we perform 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
How we can covert server job to a parallel job?