What is the difference between UNION and UNIONALL?
Answer Posted / valarmathi
union is used to retreive the data with out duplication
union all is used to retreive the data with duplication
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Explain primary key?
what is the difference between Tabular and Matrix report?
How can you ensure that the database and sql server based application perform well?
What is nolock?
How to create a view on an existing table in ms sql server?
What is the use of group by clause?
What are extended events in sql server?
Mention the uses of stored procedures.
What does it mean if @@cursor_row returns a negative number?
How do you start single user mode in clustered installations?
what is bit datatype? : Sql server database administration
What is the purpose of optimization?
Can group by and orderby be used together?
what are candidate key, alternate key and composite key? : Sql server database administration
What does asynchronous call backs means?