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 8884How 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 16518if 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 6716a 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 8306The 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 7797i 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 9478I want expect first and last record remaining all records will be loaded into target? which transformations we can use?
6 15343source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
2723My 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 9836Post New Cap Gemini Informatica Interview Questions
Find MAXIMUM of three distinct integers using a single C statement
what is main difference between gsm & cdma
Different types of picking and put away strategies, why?
What are stateless components in reactjs?
What is stored procedure in postgresql?
How to edit the joined fields values in join?
Is runtime broker necessary?
What is dental crowns?
what is Linked lists?
wat system call?
How to customize error conditions.
What is the most important part of a presentation?
What is the main cause for advertisement to be deceptive?
What are the factors which affect corrosion? : Electrochemistry Corrosion
How we can check for errors for a specific field in angularjs?