what is the difference between union and union all
Answer Posted / srinivas
Another difference is that union will sort the result sets
whereas union all will not.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is inner join in sql?
How do you modify a table in sql?
What are sql functions? Describe in brief different types of sql functions?
What is the difference between the implicit and explicit cursors?
how to fetch alternate records from a table? : Sql dba
What is crud stand for?
What is pl sql script?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
How many types of primary keys are there?
What does inner join mean?
Why query optimization is needed?
What are procedures used for?
How do you write a complex sql query?
How many subqueries can be nested in a statement?
What is cursor and why it is required?