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 the data pump import utility?
What happens if the update subquery returns multiple rows?
How to use subqueries in the from clause in oracle?
What is index in Oracle?
Is primary key indexed by default in oracle?
List the various oracle database objects?
Hi Can any one tell me what are the API's used in requisition import.
How to Truncate Table in Oracle
How to define a specific record type?
What are the attributes that are found in a cursor?
How to divide query output into groups in oracle?
How to use subqueries with the exists operator in oracle?
How to create an oracle testing table?
How to assign a tablespace to a users in oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?