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 end the current transaction in oracle?
Point out the difference between user tables and data dictionary?
How to assign data of the deleted row to variables?
How many categories of data types in oracle?
What are the different windows events activated at runtime ?
How would you begin to troubleshoot an ORA-3113 error?
What is redo log?
Can we convert a date to char in oracle and if so, what would be the syntax?
What is bulk collect in oracle?
In oracle there is column command, how will you explain that?
What are the varoius components of physical database structure of oracle database?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
Explain compound trigger in oracle?
Can we write insert statement in function in oracle?
What is open database communication (odbc) in oracle?