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 ap_terms table what data will be stored
what is the use of anchors?
what is the difference between credit memo and debit memo?...
what is the difference between varchar and varchar(2)?
List the various types of value set.
do i need to declare bind parameter before using in the query?
AOL?
can we use look up type instead of a pofile option?or valueset?is it possible how?
what is latest version in reports
If there is any issue then whom do you report.(this is imp question for every interview)
what is trace file? what is the use of that?
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