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 8954How 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 16576if 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 6769a 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 8359The 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 7848i 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 9559I want expect first and last record remaining all records will be loaded into target? which transformations we can use?
6 15483source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
2746My 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 9906Post New Cap Gemini Informatica Interview Questions
What are broadcast variables in spark?
What is complexity algorithm?
What is the importance of work items in blue prism?
remodeling is applied only on info cube? why not dso/ods?
iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not
Explain azure service level agreement?
Write the statements that are used to connect php with mysql
What is cluster installation?
Is c++ a good first language to learn?
How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic
Describe How much Record maintain store Keeper and Write use of the Records?
What is the most essential assist that sap simple finance does?
Other than truncate statement, which other command can by-pass the trigger on the tables?
how is wds configured and managed on a server running windows server 2008? : Windows server 2008
What is the difference between single (') and double (") quote in a string in perl?