what is the difference between union and union all
Answer Posted / ranjay kumar singh
union is used to select distinct values from two tables
where as union all is used to select all values including
duplicates from the tables
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to prepare for oracle pl sql certification?
What is not equal in sql?
Is subquery faster than join?
Sql technical questions
What is offset and limit in sql?
What is dbo in sql?
What are the possible values that can be stored in a boolean data field?
What is difference between stored procedures and application procedures?
What does select count (*) mean in sql?
What do you mean by query optimization?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
Why are aggregate functions called so?
What is a common use of group by in sql?
How can you save or place your msg in a table?
Is oracel sql developer written in java?