How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars otherwise we will reject the records? what is the function we used to restrict...
3 8905How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars otherwise we will reject the records? what is the function we used to restrict...
1 16535if suppose i have 3 columns namely 1,2,3 in table a and 1,2,3 in table b Now in table a 1,2 and table b 1,2 columns are having same data.now based on this two columns either data should get inserted or updated. How do i write a sql query to check whether the data is populated correctly or not
2 6737a soure table has 100 records how to load into 3 target tables in a cumulative order source target1 target2 target3 --------- ------------------------------------- 1-100 1 2 3 4 5 6 - - - 98 99 100
2 8322The Source coloumns are A,B,C with data row1- 10,20,30 row2- 40,50,60 row3-70,80,90 and so on. In the target I want one coloumn with the following data, Coloumn-X, row1-10,row2- 20,row3-30,row4-40,row5-50 and so on. How to achieve this?
3 7813i have source file data empno,ename,sal 100,ram,1000 200,tyu,2000 300,gh,3000 out put as e empno,ename,sal 100,ram,null 200,tyu,1000 300,gh,2000 how to load it?
5 9498I want expect first and last record remaining all records will be loaded into target? which transformations we can use?
6 15373source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
2732My source data like... Empid Name 10 chandra 10 sekhar I am expecting result is Empid Ename 10 Chandrasekhar How can we solve this prob?
3 9853Post New Cap Gemini Informatica Interview Questions
Is filemaker pro a relational database?
Explain the organizational structure of sap-ps module. List the parameters of project system.
Why do we need annotations in spring?
How Can I know the wastages(%) of each work added in estimating the quantity of construction materials?(Eg. Ceiling Work, Brick Work,etc....)
First computer animated character?
Which is used to improve the performance of heuristic search? a) Quality of nodes b) Quality of heuristic function c) Simple form of nodes d) None of the mentioned
Give a few applications of bi?
How does normalization work?
What do you define in an inspection plan?
what is tie mechanism in CORBA/Visibroker?
How do I exclude a column in sybase?
What is a tag ict?
Which compiler is used in swift?
What is the use of bag in hibernate?
What is the difference between ‘let’ and ‘const’?