SOURECE Name id dept sal 1 a1 A 100 2 b1 B 200 3 c1 C 300 4 d1 D 400 TARGET: Name id dept sal 1 a1 A 100 2 b1 B 200 3 WER1 567 300 4 d1 D 400 I HAVE SOURCE AND TARGET. HOW TO VALIDATE DATA? TELL ME 5 STEPS ABOVE TABLE?
1 4927Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?
6 7658tell me some dimension tables names in banking domain informatica project(dont tell like depends on project, tell me names of dimension and fact table names in your project)?
3 26284can any one give me a senario for generic data source extraction? why u go for infosets and multiproviders ? give me a senario for each? what is time stamp, calday, numpt? what is safty intervels, y we set lower lt and upper lt?
2141A role is assigned to 100 users and for one day only 10 users need to be able to access that role and the other 99 users should not have access. How do you do that?
3 8385what is the query for retrieve the unique values(not display the duplicates values) from single table?
6 10283import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }
3 6816Hi, I got a requirement wehre in in a drill through report , in parent report i have a column of numbers on which i have to apply drill through to child report.The condition is in that column if the number ia not zero the drill through link should appear (i.e., 1 to 9) if its 0 or negative number link should not appear. How ? Help would be appreciated
1 52561. How can I create a LF using crtlf command based on a particular member in a multimember PF? Where I have to specify the member name? 2. How to differentiate between the types of join from a Join logical file DDS. Is it possible to have different types of Join Logical files? 3.Any performance difference between Opnqrf and Embedded SQL? When I should prefer Opnqryf and when SQL? 4. I know access path is the path chosen by the program to retrieve data. It can be of keyed access path or arrival sequence. *IMMED- *IMMED description says access path is updated each time record is added or deleted from a member. - What is updating here? *REBLD - The access path is completely rebuilt each time a file member is opened. The access path is maintained until the member is closed, then the access path is deleted. - I am not able to understand this completely. Could anyone explain these more clearly? 5.What is the purpose of using activation group. I know it is a resource allocator, but other than this any other benefits of using an activation group?
2 11411Post New IBM Interview Questions
How do you get audio to play automatically on powerpoint?
Define what’s the difference between site_url() and home_url()?
What is the purpose of stub and skeleton?
What is the use of hashmap in java?
is it possible to get u.s visa with 55% in b-tech and 15 backlogs
What is session in PHP. How to remove data from a session?
What a diffgram is, and a good use for one?
What is self in php?
What is perl scripting?
What is difference between procedure and trigger?
How are NumPy and SciPy related?
Explain states of a thread in c#?
Do the design & fittings depend on the type of the vehicle engine? Why is petrol used for engines only & vice versa.
What is gcd?
What is the purpose of @override in android?