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 / anuradha
For the first case it will come : 1,2,3,3,4,5
For the second case it will come: 3,4,5,1,2,3
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is a table in oracle?
What is oracle server autotrace in oracle?
Explain joins in oracle?
What is oracle datasource?
How to enter a new row into a table interactively?
Explain the difference between a procedure and a function? What do you understand by those terms?
How to use null as conditions in oracle?
What is the sid in oracle?
What is the data pump import utility?
In which language oracle has been developed?
What is SQL access advisor in Oracle?
What is a trigger and what are its types in oracle?
What are transaction isolation levels supported by oracle?
How do I know if oracle client is installed on windows?
What are the limitations of check constraint?