How to import vsam files from source to target. Do we need a special plugin?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose I want to get sales data for the last (suppose 10) dates dynamically using value prompt how can I do it and drag it onto report editor?
What are the advantages of raid 1, 1/0, and 5. What type of raid setup would you put your tx logs?
If I have table T1 and table T2 T1 has 250 cols and 10,000 rows T2 has 2 billion rows and 10 cols Which one would be Fact table and which one would be Dimension table and why ?
3 Answers Extech, Principal Finance,
How much data hold in one universe.
How do you create surrogate key using ab initio?
Suppose we want to display zero when null values coming to report how can we do that?
What are Non-additive facts?
How to generate iqd file from framework manager?
What are the various methods of getting incremental records or delta records from the source systems?
Select * from emp,dept,loc where emp.deptno left outer join dept.deptno and dept.locno=loc.locno. No need to consider the syntax but is it possible to have left outer join and equi join in the same SQL like this ? can we have right outer join and left outer join in the same SQL ---
1 Answers Principal Finance, PT Metalogix Infolink Persada,
Explain what is a cube in data warehousing concept?
Explain if a flat file cotains 1000 records how can I get first and last records only?