I have table-A(1,2,3)& table-B(3,4,5).what is the different
b/w below questions?
A union all B?
B union all A?
Answer Posted / sudipta santra
For the first case it will come : 1,3,2,5,3,4
For the second case it will come: 5,3,4,1,3,2
No logic behind that .
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
How to rollback the current transaction in oracle?
What is oracle and what are its different editions?
What are the different pseudo commands? Explain in general?
What is a oracle database?
What is an oracle cursor variable?
material view and view disadvantages?
Explain oracle 12c new features for developers?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
How to loop through a cursor variable?
How to do a full database export?
What is a sub query? What are its various types?
How does Oracle guarantee data integrity of data changes?
Where do you use decode and case statements?
How to load data from external tables to regular tables?
How to get a create statement for an existing table?