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


Please Help Members By Posting Answers For Below Questions

Are truncate and delete commands same? If so why?

654


How view is different from a table?

557


What would you do with an in-doubt distributed transaction?

1468


Which environment variables are absolutely critical in order to run the OUI?

1657


What is a nvl function? How can it be used?

561






Explain about integrity constraint?

604


What is connection pool in oracle?

558


How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.

1612


How can we delete duplicate rows in a table?

566


What is columnar storage what is the advantage?

546


Differentiate between function and procedure in oracle.

561


What is difference between sid and service name in oracle?

519


How to change system global area (sga) in oracle?

572


how may join possible between (requisition with purchase order)

1699


How to convert times to characters in oracle?

607