What is set function in sql .E.g.What is difference between
union and union all
Answers were Sorted based on User's Feedback
Answer / durga
set operators are used to combine the out put of more than
one query.
union: used to combine the output Query1 and query2
and display them uniquely
union all : it would combine the two query and displays then
as its duplicates.
| Is This Answer Correct ? | 10 Yes | 0 No |
set operators are used to combine the out put of more than
one query.
union: used to combine the output Query1 and query2
and display them uniquely AND OUTPUT IS SORTED
ACCORDING TO FIRST COLUMN OF QUERY1
union all : it would combine the two query and displays then
as its duplicates AND HERE NO SORTING IS DONE.
| Is This Answer Correct ? | 3 Yes | 0 No |
in sql *loder how to skip the middle records ex:from 10th to 20th records i want to skip?
what is count(*) from po_vendors(any table)? what does it do and what is count(1) from po_vendors(any table)? what is count(0) from po_vendors(any table) the out put is same what is the difference
what is meant by Table space?
Can u give the Documentation of Custom.pll in oracle apps
Do you know where we can check the status of po?
What multi org tables . example - difference between app table non all table . Po_header and po_headers_all
I want to print output in portrait style?where i have to change the settings?
In hierarchical structure of a database? we have write query from where we should start?
in ap_terms table what data will be stored
Matrix Report: Simple, Group above, Nested
Can u define operating units inplace of inventory?
If the flat file is having the duplicate records in the interface how can you restrict while transferring the flat file data in to interface tables?