Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


table a contains 5 columns and table b contains 5 columns
how can i get 10 columns at target?

Answers were Sorted based on User's Feedback



table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target? ..

Answer / ramachandra rao.pinninty

In both tables having any common key column use join
stage,other wise in both the tables any columns having same
data type and data length use lookup otherwise that means
there is no common key column,and data length,types are not
same using surrogate key or column generator in both the
tables use join stage.in target it dispaly's 10 fields.

NOTE:the question was little bit clumbsy(there is no clarity)
so these are the way's to solve the senario.

Is This Answer Correct ?    5 Yes 0 No

table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target? ..

Answer / venky

u can generate sequece generator for both the tables and u
can use joiner transforation,u can get 10 columns

Is This Answer Correct ?    3 Yes 0 No

table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target? ..

Answer / srinivas

u can generate surrogate key generator for both the tables
and u can use Inner join based on key column i.e surrogate
key and u can get 10 columns..

Is This Answer Correct ?    5 Yes 3 No

table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target? ..

Answer / rajesh.dwh

To do this in server job: use merge stage/transformer stage
to join these two tables (Ta and Tb) mapping them and load
it into target (sequential/ODBC/ORACLE) etc.

To do this in parallel job: use merge/joiner stage and do
above task.

thanks & regards:
todbarajesh@gmail.com

Is This Answer Correct ?    2 Yes 4 No

table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target? ..

Answer / akhi

It is Simple in join stage fullouterjoin technique we get
all 10 coloumns

Is This Answer Correct ?    1 Yes 3 No

table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target? ..

Answer / naresh

IF the metadata is same then we can do this by using funnel
stage.
If the metadata is dirrerent then we can do this by using
join,lookup,merge stages

Is This Answer Correct ?    3 Yes 8 No

table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target? ..

Answer / arshad basha

hi... if the meta data are same in both tables we can go for funnel stage.If atleast one column is same in both tables we can go for merge and join stage and ofcourse can use look up.

Is This Answer Correct ?    2 Yes 8 No

table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target? ..

Answer / vinay kumar

IF THE TABLE A HAVING STRUCTURE,TABLE B HAVING SAME
STRUCTURE LIKE TABLE A WE CAN GO THROUGH AS FUNNEL STAGE.

Is This Answer Correct ?    1 Yes 10 No

table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target? ..

Answer / vijendra

copy stage also working

Is This Answer Correct ?    0 Yes 13 No

Post New Answer

More Data Stage Interview Questions

when u face critical situation in ur project, how to solve them?

1 Answers   Toyota,


What is the different type of jobs in datastage?

0 Answers  


Name the different sorting methods in datastage.

0 Answers  


what is the difference between the active datawarehouse and datawarehouse

1 Answers   TCS,


Why do we use link partitioner and link collector in datastage?

0 Answers  


Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?

0 Answers  


create a job to get the previous row salary for the current row.if there is no previous row exists for the current row,then the previous row salary should be displayed as null? empid   salary   previoussalary 10      1000     null 20      2000     1000 30      3000     2000       40      4000     3000

5 Answers   Genpact,


How can we achive parallelism

1 Answers   CTS,


by using dsjob..we can run only one job at a time?how can u run multiple jobs at a time in unix?

1 Answers  


how to closeing records after 10,000 records come?

3 Answers  


what is datastage job Monitoring

6 Answers   CTS,


Why fact table is in normal form?

0 Answers  


Categories