I have 2 tables. Table 1 is employee table and Table2 is
department table. In employee table i have 1,2,3,4,5 emp
id's,in Dept table i have various dept's like a,b,c and i
have 2,3,4 emp id's in my dept table.I joined with these 2
tables.I want the results for equi join means how many
records will fetch.In the same scenario i have to know the
left outer join, right out join and full outer join resuls
means how many records will come. can any body tell me the
answers



I have 2 tables. Table 1 is employee table and Table2 is department table. In employee table i have..

Answer / bharath

inner join :3 recorde
eno dept
2 a
3 b
4 c

leftouter join: 5records
1 NULL
2 a
3 b
4 c
5 Null

Rigt outer join: 3 records
2 a
3 b
4 c
Null d (if d is not assigned to any employee)

full outer join: 5records
1 Null
2 a
3 b
4 c
5 Null
Null d


Thank you.

Is This Answer Correct ?    35 Yes 0 No

Post New Answer

More Business Objects Interview Questions

how to schedule a report for even number dates?

2 Answers   HCL,


what is the difference b/w star and snowflack schema in dataware house?

8 Answers  


How to Shedule the reports in Xi R2

3 Answers   iFlex,


What task is 98% of the required work of a business analyst?

0 Answers  


How to create Universe using Flat file in BO6.0

1 Answers  






2.What is loop? How resolve the loop?explain it?

11 Answers   TCS, UHG,


IS THERE ANY MINIMUM RQUIREMENT TO DEFINE CONTEXT?

2 Answers   Clover, Rolta,


can we cretae views in universe level?

2 Answers  


What is the difference between the public object&schema object?

0 Answers  


How we drill up week to month?

0 Answers  


What is the most complex report you have developed. Explain and how did you overcome??? Please give some examples

2 Answers   NTT Data,


how to creat 2 way drilling mode.can any one know this

0 Answers  


Categories