what is granularity,what type of granularity we will take
in fact tables either lowlevel or highlevel,if two tables
having same granularity that is posiable or not
No Answer is Posted For this Question
Be the First to Post Answer
how will you remove the duplicate records from flat file without using sorter?
In informatics server which files are created during the session rums?
wat s mapping parameter and mapping variable? how do you set that in a mapping?
what is the difference between copy object import objects using repositery manager which one is best
What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?
Hi experts, table 1 has 10 records, table 2 has 5 records select * from table1, table2; What is the output for this query???....plz answer
i have a wf i want to run this very day 3 time every 3 hours how can you scheduled that?
write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh
How can i catch the Duplicate Rows From SorterTrans in a Seperate Target Table ?
my source is junk data how will u remove that junk data by using unix please any one replay me
what is the size of u r source(like file or table)?
write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000