what is difference between dimention table and fact table?
Answer / guest
dimensional table stores the textual description of data
whereas fact table stores numerical values.
| Is This Answer Correct ? | 12 Yes | 3 No |
Hi, I am new to Informatica, What is a flat file and how to use flat file in infomratica please help me.
In Which scenario did u used Incremental loading?
can anyone suggest best free Talend data integration training online
two types of data are there . one is mainframe and the other is ascii format . in informatica how can you get both the data in a single format in ascii .
How an expression transformation differs from aggregator transformation?
hOW CAN WE DELETE A RECORD OR TRUNCATE IN TARGET TABLE USING SQL T/R ?
Hi All, i have question regarding Change Data Capture in Informatica. As i know we can do this using Incremental Aggregation(i never worked on Informatica but i read) and i think we can do the same with SQL Over write and with variables. Can someone tell me how do we do this using other two techniques.. using SQL Over write and variables. Thanks for the help and greatly appreciated.
what is diff b/t sorter t/r and agg have the option sorter property...
What are the advantages of informatica?
What are mapplets?
What is union transformation?
write a sql query following table some duplicate present 1 1 2 2 3 3 4 5 i want the output unique one column duplicate another column following format like unique duplicate 1 1 2 2 3 3 4 5