Output Records Using Joins and Union
What will be the output (Number of records) for below operators.
Table A has one column with values(1,1,2,2,2,3,4,5)
Table B has one column with values (1,1,1,2,2,3)
1. A Union B
2. A Intersection B
3. (A Union B) minus (A Intersection B)
4. A minus B
5. A Left Join B
6. A Right join B
7. A Inner join B
8. A Outer Join B
9. A Full Join B
-
Interview Candidate
- Mar 15th, 2016
- 2
- 5520
Showing Answers 1 - 2 of 2 Answers
Related Answered Questions
Related Open Questions
Output Records Using Joins and Union
Table A has one column with values(1,1,2,2,2,3,4,5)
Table B has one column with values (1,1,1,2,2,3)
1. A Union B
2. A Intersection B
3. (A Union B) minus (A Intersection B)
4. A minus B
5. A Left Join B
6. A Right join B
7. A Inner join B
8. A Outer Join B
9. A Full Join B
Related Answered Questions
Related Open Questions