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
What is the data pump export utility?
How does Oracle guarantee data integrity of data changes?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
What is flashback in Oracle?
How to do a full database export?
What is an oracle table?
What is dual table oracle?
How to delete a user account in oracle?
How to use values from other tables in update statements using oracle?
what is difference between sql plus and sql*plus? (not sql and sql plus).
Explain an exception and its types?
Explain joins in oracle?
how to clone 9i Database on to 10g Database.
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
Explain the use of indexes option in imp command.