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 rename an index?
How would you go about verifying the network name that the local_listener is currently using?
Explain the use of record length option in exp command.
Explain the use of file option in exp command.
What is the difference between a hot backup and a cold backup in oracle?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
Explain joins in oracle?
What the is the diff between local index and global index. give some example.
How to convert raw data type into text in oracle? Explain
What are the data types in oracle?
How to use "for" statements in oracle?
What is an oracle data file?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What is the difference between substr & instr functions?
Explain do view contain data?