GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Informatica

 Print  |  
Question:  How can you join two tables without using joiner and sql override transformations?



December 12, 2007 12:25:10 #3
 senthilkar   Member Since: December 2007    Total Comments: 3 

RE: How can you join two tables without using joiner and sql override transformations?
 
If the sources are homogenous, we use source qualifier
if the sources have same structure we can use union transformation
     

 

Back To Question