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 4856Table 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 7464tell 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 26164can 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?
2097A 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 8291what is the query for retrieve the unique values(not display the duplicates values) from single table?
6 10074import 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 6694Hi, 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 51811. 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 11315Post New IBM Interview Questions
What is queue() in jquery?
How do u analyse protection fault when vcb tripping on load
What is a hub in selenium grid?
what is a mixed extent? : Sql server administration
What is slp?
What number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00hA1: INC AL JNZ A1
How are voltmeter and am meter connected in the circuit?
How can the Development and Implementation of the (IoT) be affected by Remote Updation of Software?
how to idetfy which test cases are automated?who will deside that plz tell me
Explain the dataadapter class in ado.net?
How do I search in terminal?
Explain apk format in android? How to make an apk file?
What is .net code security?
I am new to sas, can anybody explain the process of extracting data from source systems,storing in ods and how data modelling is done?
Does inner join return duplicate rows?